diff options
-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. |