From f6e3c6548cfcd7c616be488d90ad6e12ed95cca8 Mon Sep 17 00:00:00 2001 From: Kevin Chyn Date: Fri, 13 Jul 2018 17:48:50 -0700 Subject: Fix typo in metrics constant Fixes: 111453449 Test: builds Change-Id: Ic416d8f18b86236ba15b075d5ffd6325381ea39f --- proto/src/metrics_constants.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b6a5a9c562eb..deb936ce8516 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -6167,7 +6167,7 @@ message MetricsEvent { FACE_ENROLL_SIDECAR = 1509; // OPEN: Settings > Add face > Error dialog - DIALOG_FACE_ERROR = 5510; + DIALOG_FACE_ERROR = 1510; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. -- cgit v1.2.3-59-g8ed1b