diff options
| author | 2017-07-25 13:13:21 -0700 | |
|---|---|---|
| committer | 2017-07-25 13:13:21 -0700 | |
| commit | dc2ad2838da639bbdf435738f3a5709e82d155d8 (patch) | |
| tree | 56ab86b212b552fa99598844f3f8875231a77ec3 | |
| parent | 5c6c7586cdd000b400336fe8fc91404b35d43fd5 (diff) | |
Add metrics event for trampoline activity
Bug: 62022517
Test: none
Change-Id: Id5561b0efb0a4de496182a56e6e2417753f4b8a6
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index d6ca23f7fe2b..a4849fcd1ca0 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4214,6 +4214,11 @@ message MetricsEvent { // OS: O DR ACTION_CAMERA_EVENT = 1032; + // OPEN: Settings > Trampoline Intent > Settings page + // CATEGORY: SETTINGS + // OS: O DR + TRAMPOLINE_SETTINGS_EVENT = 1033; + // ---- End O-DR1 Constants, all O-DR1 constants go above this line ---- // Add new aosp constants above this line. |