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

Commit 5b4c2b13 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add logging constant to track settings slice changes

Bug: 71503986
Test: build
Change-Id: I880cab9b6351031451f0c30ae8b480af2c200f2e
parent 3f6b7714
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -5562,6 +5562,16 @@ message MetricsEvent {
    // OS: P
    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 ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS