diff options
author | 2018-07-02 14:21:55 -0700 | |
---|---|---|
committer | 2018-07-02 16:38:10 -0700 | |
commit | 3fdc20366e3c84f07c787222161eac5b3070bdb8 (patch) | |
tree | a80d7f386a22ffb810231ba4870ca8082d36b655 | |
parent | 1f079b4f974e83bdecf3faefa8711b21018e6a5c (diff) |
Add face metrics constants
Bug: 110589286
Test: builds
Change-Id: I76931350ccd3b459f9511588926f3351d7574f01
-rw-r--r-- | proto/src/metrics_constants.proto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index dc6d16be6e30..b6a5a9c562eb 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -6160,6 +6160,14 @@ message MetricsEvent { // CATEGORY: SETTINGS // OS: Q FACE_ENROLL_FINISHED = 1508; + + // OPEN: Face Enroll sidecar + // CATEGORY: SETTINGS + // OS: Q + FACE_ENROLL_SIDECAR = 1509; + + // OPEN: Settings > Add face > Error dialog + DIALOG_FACE_ERROR = 5510; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. |