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

Commit b5ce2d12 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add logging constants for pref change tracking in Settings.

Change-Id: I16719ac7749795b9b3772ffe7b8ef1feff53c188
Fix: 34775467
Test: builds
parent a3d279fa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3486,6 +3486,15 @@ message MetricsEvent {
    // ACTION: Settings > Battery > Menu > Apps Toggle
    ACTION_SETTINGS_MENU_BATTERY_APPS_TOGGLE = 852;

    // ACTION: Settings > Any preference is changed
    ACTION_SETTINGS_PREFERENCE_CHANGE = 853;

    // FIELD: The name of preference when it is changed in Settings
    FIELD_SETTINGS_PREFERENCE_CHANGE_NAME = 854;

    // FIELD: The new value of preference when it is changed in Settings
    FIELD_SETTINGS_PREFERENCE_CHANGE_VALUE = 855;

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

    // Add new aosp constants above this line.