summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorSteven Wu <stwu@google.com>2019-05-16 10:56:40 -0400
committerSteven Wu <stwu@google.com>2019-05-22 13:10:46 -0400
commit40cbada807277e70520fd15b061b81dba8f2118b (patch)
tree02db798a87197df1093fad8f14c7f842a7e356d8 /proto/src
parent6494b52f39d7e779cabb3835bc4359e1d8e71d60 (diff)
Logs biometric authentication error type.
Test: manual Bug: 132644177 Change-Id: I99398140eb17aa6f9b1404815908ef56890dfc7e
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index 261646692c63..71d03a86300d 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7371,6 +7371,11 @@ message MetricsEvent {
// Note: Only shows up on first time toggle
DIALOG_DARK_UI_INFO = 1740;
+ // FIELD - Detailed reason in biometric authentication error.
+ // One of the constant value in BiometricConstants.java file.
+ // OS: Q
+ FIELD_BIOMETRIC_AUTH_ERROR = 1741;
+
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS