diff options
| author | 2018-07-14 02:35:27 +0000 | |
|---|---|---|
| committer | 2018-07-14 02:35:27 +0000 | |
| commit | a81c377013b4456cee8e1c8936f9f2690c5bbd6c (patch) | |
| tree | 1ed7edb60ec225defa7bed0d51418d2406207b9d | |
| parent | 672dbd5b3a0ff32eba785eb3f91587b6c7043e11 (diff) | |
| parent | f6e3c6548cfcd7c616be488d90ad6e12ed95cca8 (diff) | |
Merge "Fix typo in metrics constant"
| -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. |