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

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

Provisioning action constant

Added mertrics variable to log provisioning action.
Happens only once, when the device is provisioned.
It shouldn't be more than 10 times for a device's life.

Test: Not required

Bug: 31425628
Bug: 31426356
Change-Id: I254f0232ede6338313084d123b0a06883b82c267
parent 1836788a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2566,9 +2566,12 @@ message MetricsEvent {
    // OPEN: Settings > Wireless > Manage wireless plan dialog
    DIALOG_MANAGE_MOBILE_PLAN = 609;

    // ACTION: Logs the network type of device while provisioning
    // ACTION: Logs network type of the device while provisioning
    PROVISIONING_NETWORK_TYPE = 610;

    // ACTION: Logs action which triggered provisioning.
    PROVISIONING_ACTION = 611;

    // ---- End O Constants, all O constants go above this line ----

    // Add new aosp constants above this line.