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

Commit d768dc61 authored by Mill Chen's avatar Mill Chen
Browse files

Add log metric for Grayscale conditional

Bug: 118387886
Test: rebuild
Change-Id: I033f75e3dee2d335d540f7aed2a21dd52d2b8bc7
parent 59d51978
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2287,4 +2287,7 @@ enum PageId {

    // OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent)
    ACCESSIBILITY_DETAILS_SETTINGS = 1682;

    // Open: Settings will show the conditional when Grayscale mode is on
    SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;
}
+3 −0
Original line number Diff line number Diff line
@@ -7068,6 +7068,9 @@ message MetricsEvent {
    // OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent)
    ACCESSIBILITY_DETAILS_SETTINGS = 1682;

    // Open: Settings will show the conditional when Grayscale mode is on
    SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;

    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS