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

Commit fa6566e4 authored by Mahaver's avatar Mahaver Committed by Mahaver Chopra
Browse files

TRON variables for provisioning sessions

They are logged only once per provisioning session.

Test: NA

Bug: 33204472
Bug: 31425628
Change-Id: I480845bbb4e43b3f4395a9096fa7ef56ca2adce0
parent df68c911
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3075,6 +3075,12 @@ message MetricsEvent {
    // PACKAGE: The package name of the app the permission was revoked for
    ACTION_PERMISSION_REVOKE_WRITE_EXTERNAL_STORAGE = 733;

    // ACTION: Logged when a provisioning session has started
    PROVISIONING_SESSION_STARTED = 734;

    // ACTION: Logged when a provisioning session has completed
    PROVISIONING_SESSION_COMPLETED = 735;

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

    // Add new aosp constants above this line.