Merge "Add logging for each migration type" into main

This commit is contained in:
Treehugger Robot
2025-03-14 09:31:34 -07:00
committed by Android (Google) Code Review
3 changed files with 21 additions and 0 deletions
@@ -883,6 +883,13 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "Work utility view shrink animation ended")
LAUNCHER_WORK_UTILITY_VIEW_SHRINK_ANIMATION_END(2078),
@UiEvent(doc = "Standard grid migration occurred")
LAUNCHER_STANDARD_GRID_MIGRATION(2200),
@UiEvent(doc = "Row shift grid migration occurred")
LAUNCHER_ROW_SHIFT_GRID_MIGRATION(2201),
// ADD MORE
;