Add logging for each migration type

Flag: EXEMPT logging
Test: n/a
Bug: 393175684
Change-Id: Idfa551cb1e83c3c3bce498b6986035460798b93b
This commit is contained in:
Federico Baron
2025-03-10 18:45:25 +00:00
parent 7d05e50e88
commit 3da182844d
3 changed files with 21 additions and 0 deletions
@@ -880,6 +880,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
;