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

Commit 197fb067 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic 'settings_advanced_expand_button'

* changes:
  Add logging for advanced button expand action
  Add FIELD_CONTEXT to track source of action in eventlog.
parents 7a627206 d95dcb4f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3410,6 +3410,12 @@ message MetricsEvent {
    // OS: O
    NOTIFICATION_SNOOZED_CRITERIA = 832;

    // FIELD - The context (source) from which an action is performed
    FIELD_CONTEXT = 833;

    // ACTION: Settings advanced button is expanded
    ACTION_SETTINGS_ADVANCED_BUTTON_EXPAND = 834;

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

    // Add new aosp constants above this line.