diff options
author | Bauuuuu <abansode@outlook.com> | 2018-05-15 14:14:32 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-21 22:32:18 +0800 |
commit | a724f90c52be1470e457c166dae95cbe47c04da4 (patch) | |
tree | 9bfea84fa9fbb3608a6cf385bf3169f3f18d6508 | |
parent | ac0a5d0954029f9e037b4618afd46f813441ff76 (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; } } |