From 9afc8d7f633221212407c2485c8a72b438a1c656 Mon Sep 17 00:00:00 2001 From: jeffreyhuang Date: Mon, 2 Oct 2017 15:50:12 -0700 Subject: Add metric for clear adb keys dialog Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ie12923be044dcfff79840add9e5a2796d2b05b23 --- 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 401705d43810..bed8e3fc728d 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4636,6 +4636,11 @@ message MetricsEvent { // OS: P DIALOG_ENABLE_ADB = 1161; + // OPEN: Settings > Developer options > Revoke USB debugging authorizations > Info dialog + // CATEGORY: SETTINGS + // OS: P + DIALOG_CLEAR_ADB_KEYS = 1162; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } -- cgit v1.2.3-59-g8ed1b