diff options
author | Edgar Wang <edgarwang@google.com> | 2019-03-26 20:18:21 +0800 |
---|---|---|
committer | Edgar Wang <edgarwang@google.com> | 2019-03-27 02:18:55 +0000 |
commit | b132eed3f72b472230a5fd0746a67c87b0048cc4 (patch) | |
tree | b39a5e5aaea7713d93b18b3073c16f1de2da63b1 | |
parent | be2a905ce35f381c568e78ac32bf8d957301238a (diff) |
Add log metrics for Aware status dialog
Bug: 128853573
Test: rebuild
Change-Id: I90ac8ffff10d8d75a4b0fa4b282855276e32548e
-rw-r--r-- | core/proto/android/app/settings_enums.proto | 3 | ||||
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 0c53fb2f697a..bf33ac67e333 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2325,4 +2325,7 @@ enum PageId { // Settings > app > bubble settings APP_BUBBLE_SETTINGS = 1700; + + // OPEN: Settings > System > Aware > Info dialog + DIALOG_AWARE_STATUS = 1701; } diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index f629cf6c82b0..f52b94ff9ea1 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7156,6 +7156,8 @@ message MetricsEvent { // Settings > app > bubble settings APP_BUBBLE_SETTINGS = 1700; + // OPEN: Settings > System > Aware > Info dialog + DIALOG_AWARE_STATUS = 1701; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |