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

Commit a59bf9da authored by Roman Birg's avatar Roman Birg
Browse files

SystemUI: add closed all tasks event log



Ticket: CYNGNOS-2391

Change-Id: I9966121a11969455d51699bbbdc7138d5411292a
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent c07b1469
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -666,6 +666,7 @@ public class RecentsView extends FrameLayout implements TaskStackView.TaskStackV

        // Keep track of all-deletions
        MetricsLogger.count(getContext(), "overview_task_all_dismissed", 1);
        EventLog.writeEvent(EventLogTags.SYSUI_RECENTS_EVENT, 4 /* closed all */);
    }

    /** Final callback after Recents is finally hidden. */