Logs tap or longpress on task icon.

Sample Log: https://docs.google.com/document/d/1FXi_jY1B63aMSjNyomAmoN1nSTtVbvculNGX7TKdRRw/edit#bookmark=id.psxq3ooyppff
Bug: 157770913

Change-Id: I021b07fa8b3953a0f9a5e5ad9e4ee1c55d98d836
This commit is contained in:
thiruram
2020-06-02 11:32:51 -07:00
committed by Thiru Ramasamy
parent 2f53926848
commit 9752dedd71
2 changed files with 7 additions and 1 deletions

View File

@@ -102,7 +102,11 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "User opened app info of the package by tapping on appinfo system shortcut "
+ "within longpress popup window.")
LAUNCHER_SYSTEM_SHORTCUT_APP_INFO_TAP(515);
LAUNCHER_SYSTEM_SHORTCUT_APP_INFO_TAP(515),
@UiEvent(doc = "User tapped or long pressed on the task icon(aka package icon) "
+ "from overview to open task menu.")
LAUNCHER_TASK_ICON_TAP_OR_LONGPRESS(517);
// ADD MORE
private final int mId;