From 4f704776b7a0df8b8993b198daebb1e30d58d77e Mon Sep 17 00:00:00 2001 From: Lei Yu Date: Tue, 20 Mar 2018 10:51:58 -0700 Subject: [PATCH] Add metric ACTION_ANOMALY_TRIGGERED Bug: 73888115 Test: Build Change-Id: I519f280536508c18a923c2adc8e2d8f8bdceae34 --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 0cc60e3146d78..5d2e241e2071b 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5541,6 +5541,11 @@ message MetricsEvent { // OS: P FIELD_ANOMALY_TYPE = 1366; + // ACTION: Settings > Anomaly receiver > Anomaly received + // CATEGORY: SETTINGS + // OS: P + ACTION_ANOMALY_TRIGGERED = 1367; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS