File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments