diff options
| author | 2018-04-12 02:28:28 +0000 | |
|---|---|---|
| committer | 2018-04-12 02:28:28 +0000 | |
| commit | e16d4a8da18596e02549eccc922e34bfdadfc955 (patch) | |
| tree | e9aea75c0df833121d82e0dd15d1b94ed16edf09 | |
| parent | 3822490b82bc6e0d168090c6c730a70492321bf8 (diff) | |
| parent | 97a132133bd41ec7604d7d70d12cbff3b3fe8992 (diff) | |
Merge changes Idb4d304e,I65a7387a into pi-dev
* changes:
Add metrics for battery settings
Add new metric for anomaly been ignored
| -rw-r--r-- | proto/src/metrics_constants.proto | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index daf4e9beb21d..72496d27e091 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5644,6 +5644,20 @@ message MetricsEvent { // OS: P ACTION_VOLUME_SETTINGS = 1386; + // ACTION: Settings > Anomaly receiver > Anomaly ignored, don't show up in battery settings + // CATEGORY: SETTINGS + // 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. |