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

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

Merge "Add tag data constants to log different preference value."

parents d65d63a5 c666a209
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3999,6 +3999,12 @@ message MetricsEvent {
    // OS: O DR
    SETTINGS_ASSIST_GESTURE_TRAINING_FINISHED = 993;

    // FIELD: The numeric preference value (of type long) when it is changed in Settings
    FIELD_SETTINGS_PREFERENCE_CHANGE_LONG_VALUE = 994;

    // FIELD: The numeric preference value (of type float) when it is changed in Settings
    FIELD_SETTINGS_PREFERENCE_CHANGE_FLOAT_VALUE = 995;

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