Add new metric for skipping disclaimer in support request
Needed a new action for when the user chooses to skip
displaying the support disclaimer in future requests
for support.
Test: Is logging change
Bug: 33414180
Change-Id: I685a539c33d1c51fcc77385726cab0a3b3ca47ff
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 2048cc8..57c4565 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -3171,6 +3171,9 @@
RESERVED_FOR_LOGBUILDER_CATEGORY = 758;
RESERVED_FOR_LOGBUILDER_TYPE = 759;
+ // ACTION: "Do not show again" was enabled in the support disclaimer and the
+ // user accepted
+ ACTION_SKIP_DISCLAIMER_SELECTED = 760;
// ---- End O Constants, all O constants go above this line ----