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

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

Merge "Misc logging constants for Settings"

parents a216aa29 238162be
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4025,6 +4025,15 @@ message MetricsEvent {
    // OS: O DR
    ASSIST_GESTURE_TRIGGERED = 999;

    // ACTION: Update default app from Settings
    ACTION_SETTINGS_UPDATE_DEFAULT_APP = 1000;

    // FIELD - Query length when Settings search result is clicked
    FIELD_SETTINGS_SERACH_QUERY_LENGTH = 1001;

    // FIELD - Number of results when Settings search result is clicked
    FIELD_SETTINGS_SERACH_RESULT_COUNT = 1002;

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