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

Commit 14e03d1c authored by Becky Qiu's avatar Becky Qiu
Browse files

[Overview Actions] Add a logging event for tapping images in select mode.

Event IDs were generated by command line on my workstation by uieventscli.
Manually added to StatsLogManager.

Test: local
Bug: 161273376
Change-Id: Iee36c450ddb207f87653a8da2355c720369caa34
parent ce8b2b51
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -316,7 +316,10 @@ public class StatsLogManager implements ResourceBasedOverride {
        LAUNCHER_NAVIGATION_MODE_2_BUTTON(624),
        LAUNCHER_NAVIGATION_MODE_2_BUTTON(624),


        @UiEvent(doc = "System navigation mode is 0 button mode/gesture navigation mode .")
        @UiEvent(doc = "System navigation mode is 0 button mode/gesture navigation mode .")
        LAUNCHER_NAVIGATION_MODE_GESTURE_BUTTON(625);
        LAUNCHER_NAVIGATION_MODE_GESTURE_BUTTON(625),

        @UiEvent(doc = "User tapped on image content in Overview Select mode.")
        LAUNCHER_SELECT_MODE_IMAGE(627);


        // ADD MORE
        // ADD MORE