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

Commit 45248765 authored by James Hawkins's avatar James Hawkins
Browse files

Tron/proto: Add ACTION and FIELD for logging the boot reason string value through metrics.

Bug: 63584589
Test: None
Change-Id: Iad6941df5a357e3a1471d446e9776d8412d9e215
(cherry picked from commit b1dc6ca8)
parent 8c8ae38e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4311,6 +4311,14 @@ message MetricsEvent {
    // OS: O MR
    FIELD_SETTINGS_SMART_SUGGESTIONS_ENABLED = 1097;

    // ACTION: The device boots
    ACTION_BOOT = 1098;

    // FIELD: A string value representing some state of the platform, e.g., boot reason
    FIELD_PLATFORM_REASON = 1099;

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

    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS
  }