diff options
author | Bauuuuu <abansode@outlook.com> | 2018-05-15 14:14:32 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-02 09:56:20 +0800 |
commit | 153ce6844fdbc4acbdae3c607d1e1e96012fa7f2 (patch) | |
tree | 5028d249c22da0549fd58651236b2867d6d43cd5 | |
parent | 9ce7118852c00a1cedafdc75efcbc191e82dedc5 (diff) |
Add ICE metrics const.
Change-Id: I4299fca7c4b8f38d513e3f044ebfb77a292e9094
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 3f712dd1492f..d501c861d6c0 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7435,5 +7435,8 @@ message MetricsEvent { // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS + + // ICE Metrics + ICE = 2772; } } |