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

Commit 624f617d authored by James Hawkins's avatar James Hawkins Committed by Android (Google) Code Review
Browse files

Merge "Tron/proto: Add ACTION and FIELD for logging the boot reason string...

Merge "Tron/proto: Add ACTION and FIELD for logging the boot reason string value through metrics." into oc-mr1-dev
parents 4f0dd2e6 45248765
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
  }