diff options
author | Jan Althaus <jalt@google.com> | 2019-05-23 11:31:42 +0200 |
---|---|---|
committer | Jan Althaus <jalt@google.com> | 2019-05-23 19:35:01 +0000 |
commit | 367eb8ca1f633f0a7c7d618d581d2fa8be9483a2 (patch) | |
tree | a0026c608e473ce0a172ec128b3e71d03bbb4b18 /proto | |
parent | 6c7a94d6fffc0dea287430d9cc4a358752fc83b9 (diff) |
Adding issuer information to NAS Adjustments
Test: manually tested with ExtServices and AiAi as NAS
Bug: 132679875
Change-Id: I3b4b3135037fe3f82b18e7c024931842986c70bb
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 71d03a86300d..30619810a6cb 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7376,6 +7376,9 @@ message MetricsEvent { // OS: Q FIELD_BIOMETRIC_AUTH_ERROR = 1741; + // Custom tag for NotificationItem. Hash of the NAS that made adjustments. + FIELD_NOTIFICATION_ASSISTANT_SERVICE_HASH = 1742; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |