Add metrics for battery settings

1. ACTION_TIP_OPEN_BATTERY_SAVER_PAGE
2. FIELD_APP_VERSION_CODE

Bug: 77919142
Bug: 77874407
Test: Build
Change-Id: Idb4d304e9c6b078b083871d8b787fea39480c062
This commit is contained in:
Lei Yu
2018-04-11 15:45:31 -07:00
parent fc59a57f3b
commit 97a132133b

View File

@@ -5649,6 +5649,16 @@ message MetricsEvent {
// OS: P
ACTION_ANOMALY_IGNORED = 1387;
// ACTION: Settings > Battery settings > Battery tip > Open battery saver page
// CATEGORY: SETTINGS
// OS: P
ACTION_TIP_OPEN_BATTERY_SAVER_PAGE = 1388;
// FIELD: the version code of an app
// CATEGORY: SETTINGS
// OS: P
FIELD_APP_VERSION_CODE = 1389;
// ---- End P Constants, all P constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS