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

Commit 72d9f8e6 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Add logging constant to track settings slice changes" into pi-dev am: 7793bcd8

am: 9e2d4839

Change-Id: I03bb6418c6d6334340b2918dd4b16658650c3fc2
parents 2b33b4f8 9e2d4839
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -5562,6 +5562,16 @@ message MetricsEvent {
    // OS: P
    // OS: P
    PREVIOUSLY_CONNECTED_DEVICES = 1370;
    PREVIOUSLY_CONNECTED_DEVICES = 1370;


    // ACTION: A Settings Slice is requested
    // CATEGORY: SETTINGS
    // OS: P
    ACTION_SETTINGS_SLICE_REQUESTED = 1371;

    // ACTION: A Settings Slice is updated with new value
    // CATEGORY: SETTINGS
    // OS: P
    ACTION_SETTINGS_SLICE_CHANGED = 1372;

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


    // First Q constant in master goes here:
    // First Q constant in master goes here: