From d95dcb4fe7184245f387ee69c51ee487f2cf18f6 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 14 Feb 2017 13:48:09 -0800 Subject: [PATCH] Add logging for advanced button expand action Change-Id: I648984686e2dda053f3d0648954c252edd805342 Fix: 35356464 Test: Builds --- proto/src/metrics_constants.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 85bf886f8c534..36dee49905c4c 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3413,6 +3413,9 @@ message MetricsEvent { // FIELD - The context (source) from which an action is performed FIELD_CONTEXT = 833; + // ACTION: Settings advanced button is expanded + ACTION_SETTINGS_ADVANCED_BUTTON_EXPAND = 834; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.