diff options
| author | 2016-10-06 19:19:23 +0100 | |
|---|---|---|
| committer | 2016-10-07 13:09:40 +0100 | |
| commit | ab28207cbc71116599131abe92bd0ee01b15f11a (patch) | |
| tree | 898ddbd38341e4f6d0a168f9fd64d87a3e7490ab | |
| parent | 5608a200cab45df5c8d8bbfd48d54ee6787a8a00 (diff) | |
Provisioning extra constant
Added metrics variable to log provisioning extra.
Happens not more than 30 times, when the device is provisioned.
It shouldn't be more than 300 times in device's life.
Test: Not required
Bug: 31425014
Bug: 31425628
Change-Id: I99771677e64829fc75bdfbebc5817fe9f6fe6869
| -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. |