diff options
| author | 2018-07-13 17:48:50 -0700 | |
|---|---|---|
| committer | 2018-07-13 18:13:06 -0700 | |
| commit | f6e3c6548cfcd7c616be488d90ad6e12ed95cca8 (patch) | |
| tree | e99f7492cce027647049eddd543262ea981d0da4 | |
| parent | 4d9be960037ede3abd3aeae16b692b432a46b910 (diff) | |
Fix typo in metrics constant
Fixes: 111453449
Test: builds
Change-Id: Ic416d8f18b86236ba15b075d5ffd6325381ea39f
| -rw-r--r-- | proto/src/metrics_constants.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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. |