Skip to content

Commit b80cf47

Browse files
author
android-build-team Robot
committed
Merge cherrypicks of [3484108, 3483651] into oc-m2-release
Change-Id: Ibeefb03c27e7f04dddd770533c2c8fd4ac52df0b
2 parents fabc567 + ce69272 commit b80cf47

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

proto/src/metrics_constants.proto

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4586,6 +4586,31 @@ message MetricsEvent {
45864586

45874587
// ---- End O-MR1 Constants, all O-MR1 constants go above this line ----
45884588

4589+
// ACTION: Stop an app and turn on background check
4590+
// CATEGORY: SETTINGS
4591+
// OS: P
4592+
ACTION_APP_STOP_AND_BACKGROUND_CHECK = 1233;
4593+
4594+
// FIELD: The action type for each anomaly
4595+
// CATEGORY: SETTINGS
4596+
// OS: P
4597+
FIELD_ANOMALY_ACTION_TYPE = 1234;
4598+
4599+
// OPEN: Settings -> Battery -> Wakelock anomaly
4600+
// CATEGORY: SETTINGS
4601+
// OS: P
4602+
ANOMALY_TYPE_WAKELOCK = 1235;
4603+
4604+
// OPEN: Settings -> Battery -> Wakeup alarm anomaly
4605+
// CATEGORY: SETTINGS
4606+
// OS: P
4607+
ANOMALY_TYPE_WAKEUP_ALARM = 1236;
4608+
4609+
// OPEN: Settings -> Battery -> Unoptimized bt anomaly
4610+
// CATEGORY: SETTINGS
4611+
// OS: P
4612+
ANOMALY_TYPE_UNOPTIMIZED_BT = 1237;
4613+
45894614
// Add new aosp constants above this line.
45904615
// END OF AOSP CONSTANTS
45914616
}

0 commit comments

Comments
 (0)