Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab28207c authored by Mahaver Chopra's avatar Mahaver Chopra
Browse files

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
parent 5608a200
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.