Fix double logging for wallpaper settings icon activation

Bug: 137957099

Change-Id: Id95fa026c1e6f177ffbb03e99cc18ef03e9a37b5
This commit is contained in:
Hyunyoung Song
2020-06-06 14:44:27 -07:00
parent f6858198b9
commit f26c7930de
6 changed files with 32 additions and 5 deletions

View File

@@ -38,6 +38,9 @@ public class StatsLogManager implements ResourceBasedOverride {
}
public enum LauncherEvent implements EventEnum {
/* Used to prevent double logging. */
IGNORE(-1),
@UiEvent(doc = "App launched from workspace, hotseat or folder in launcher")
LAUNCHER_APP_LAUNCH_TAP(338),