diff options
author | Julia Reynolds <juliacr@google.com> | 2019-05-21 15:03:28 +0000 |
---|---|---|
committer | Julia Reynolds <juliacr@google.com> | 2019-05-21 15:04:27 +0000 |
commit | b58434a869fcd2c7cf51613108c36adb9c3a4968 (patch) | |
tree | 46e9fea6cd86ddf367a7d8d3ff21d68a74343664 /proto | |
parent | 3b33a04fb3b34cac4422b2520ddb0b8be7067b72 (diff) |
Revert "Adding issuer information to NAS Adjustments"
This reverts commit 3b33a04fb3b34cac4422b2520ddb0b8be7067b72.
Reason for revert: This is crashing ExtServices on qt-dev
Bug: 132679875
Change-Id: I60b7b6b8db33585f62e108389367c74ce682b922
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 4131e799c5da..c59b16cf3e4c 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7365,9 +7365,6 @@ message MetricsEvent { // OS: Q FIELD_EMERGENCY_DIALER_DISCONNECT_CAUSE = 1739; - // Custom tag for NotificationItem. Hash of the NAS that made adjustments. - FIELD_NOTIFICATION_ASSISTANT_SERVICE_HASH = 1740; - // ---- Skipping ahead to avoid conflicts between master and release branches. // ---- End Q Constants, all Q constants go above this line ---- |