diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 815978ebb180..64d8a4c47a01 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2572,6 +2572,9 @@ message MetricsEvent {      // ACTION: Logs action which triggered provisioning.      PROVISIONING_ACTION = 611; +    // ACTION: Logs extra passed by the dpc while provisioning. +    PROVISIONING_EXTRA = 612; +      // ---- End O Constants, all O constants go above this line ----      // Add new aosp constants above this line. |