summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authortmfang <tmfang@google.com>2019-04-30 11:52:15 +0800
committertmfang <tmfang@google.com>2019-05-09 10:32:17 +0800
commitfb4dbb78122ceaeb9ff2bd14fe5f702b077ba44d (patch)
treeb61c7d9a9a68fc3899a74969d19518d265b86940 /proto
parent7339b6cfa1acfced12aa05671cfd1719cadf5918 (diff)
Add logging enums for slice converter exceptions
- [Refactor] Also remove ACTION_DISPLAY_WHITE_BALANCE_SETTING_CHANGED to Action enum. Test: Rebuild rom Bug: 131449561 Change-Id: I4edfdf275b7858a57cb12a1b4e3c03d2ec37e181
Diffstat (limited to 'proto')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index e30e166a46b5..5fd14a37f23c 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7284,6 +7284,15 @@ message MetricsEvent {
// type of response could not be determined
AUTOFILL_AUGMENTED_RESPONSE = 1724;
+ // ACTION: Settings > Initialize Search bar > Verify Slice > Invalid data
+ ACTION_VERIFY_SLICE_ERROR_INVALID_DATA = 1725;
+
+ // ACTION: Settings > Initialize Search bar > Verify Slice > Parsing error
+ ACTION_VERIFY_SLICE_PARSING_ERROR = 1726;
+
+ // ACTION: Settings > Initialize Search bar > Verify Slice > Other exception
+ ACTION_VERIFY_SLICE_OTHER_EXCEPTION = 1727;
+
// ---- Skipping ahead to avoid conflicts between master and release branches.
// OPEN: Settings > System > Gestures > Global Actions Panel
// CATEGORY: SETTINGS