Fixes wrong container for LAUNCHER_ITEM_DROP_COMPLETED log event.

Bug: 179532038
Change-Id: Idfa1b82c35338a7472ff80d94fb20c69e498a028
This commit is contained in:
thiruram
2021-02-05 18:39:17 -08:00
parent ea826f87d1
commit 7823402ec9
3 changed files with 14 additions and 5 deletions

View File

@@ -95,9 +95,13 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "User dragged a launcher item")
LAUNCHER_ITEM_DRAG_STARTED(383),
@UiEvent(doc = "A dragged launcher item is successfully dropped")
@UiEvent(doc = "A dragged launcher item is successfully dropped onto workspace, hotseat "
+ "open folder etc")
LAUNCHER_ITEM_DROP_COMPLETED(385),
@UiEvent(doc = "A dragged launcher item is successfully dropped onto a folder icon.")
LAUNCHER_ITEM_DROP_COMPLETED_ON_FOLDER_ICON(697),
@UiEvent(doc = "A dragged launcher item is successfully dropped on another item "
+ "resulting in a new folder creation")
LAUNCHER_ITEM_DROP_FOLDER_CREATED(386),