From 255759dc3655271efbe399768173ada2caeeed0a Mon Sep 17 00:00:00 2001 From: fanzhang172 Date: Mon, 5 Jun 2017 21:43:47 -0700 Subject: [PATCH] Add logging metrics for ConfigureKeyGuardDialog Bug: 62115677 Test: builds Change-Id: Ibe46a979b21fe847f543766083fac32f124cfac8 --- 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 57885fa067150..fff8eddd4d72b 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4079,6 +4079,9 @@ message MetricsEvent { // OS: O DR BLUETOOTH_DEVICE_DETAILS = 1009; + // OPEN: Settings > credential pages - prompt for key guard configuration confirmation + CONFIGURE_KEYGUARD_DIALOG = 1010; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }