[AA+] Logs LAUNCHER_ALLAPPS_ITEM_LONG_PRESSED event.

Bug: 178562918
Test: Manual
Change-Id: I6f195b7bdfa222332a250379bb7667501cbee762
This commit is contained in:
thiruram
2021-02-24 09:16:07 -08:00
committed by Thiru Ramasamy
parent a9cb2fb476
commit e9fe7f2789
2 changed files with 11 additions and 0 deletions

View File

@@ -396,6 +396,9 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "IME is used for selecting the focused item on the AllApps screen.")
LAUNCHER_ALLAPPS_FOCUSED_ITEM_SELECTED_WITH_IME(718),
@UiEvent(doc = "User long-pressed on an AllApps item.")
LAUNCHER_ALLAPPS_ITEM_LONG_PRESSED(719),
@UiEvent(doc = "Launcher entered into AllApps state with device search enabled.")
LAUNCHER_ALLAPPS_ENTRY_WITH_DEVICE_SEARCH(720),