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

Commit c9b15227 authored by Liran Binyamin's avatar Liran Binyamin
Browse files

Add bubble session events

Bug: 438484702
Flag: EXEMPT new metric events
Test: EXEMPT new metric events
Change-Id: Ie5f34d2956518b3aa53ddae114c41ee189694a06
parent 46ae2739
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -68,6 +68,12 @@ public class BubbleLogger {
        @UiEvent(doc = "Restore bubble to overflow after phone reboot.")
        @UiEvent(doc = "Restore bubble to overflow after phone reboot.")
        BUBBLE_OVERFLOW_RECOVER(691),
        BUBBLE_OVERFLOW_RECOVER(691),


        @UiEvent(doc = "Bubble session started.")
        BUBBLE_SESSION_STARTED(2422),

        @UiEvent(doc = "Bubble session ended.")
        BUBBLE_SESSION_ENDED(2423),

        // endregion
        // endregion


        // region bubble bar events
        // region bubble bar events
@@ -162,6 +168,12 @@ public class BubbleLogger {
        @UiEvent(doc = "bubble bar moved to the right edge of the screen by dragging a task")
        @UiEvent(doc = "bubble bar moved to the right edge of the screen by dragging a task")
        BUBBLE_BAR_MOVED_RIGHT_DRAG_TASK(2147),
        BUBBLE_BAR_MOVED_RIGHT_DRAG_TASK(2147),


        @UiEvent(doc = "Bubble Bar session started.")
        BUBBLE_BAR_SESSION_STARTED(2424),

        @UiEvent(doc = "Bubble Bar session ended.")
        BUBBLE_BAR_SESSION_ENDED(2425),

        // endregion
        // endregion
        ;
        ;