Enable logging for 'Themed icons' setting.

Eldar: http://eldar/510864786
Bug: 191161241
Test: local - http://gpaste/5934701681311744 & http://gpaste/6715297709948928
Change-Id: I18ad97f68b372997e222f06dabf8bbe83f15d92f
This commit is contained in:
Thiru Ramasamy
2021-06-15 10:38:19 -07:00
parent 4d61c56200
commit 74a6d2ea55
2 changed files with 18 additions and 1 deletions

View File

@@ -473,7 +473,13 @@ public class StatsLogManager implements ResourceBasedOverride {
LAUNCHER_WIDGET_RESIZE_COMPLETED(824),
@UiEvent(doc = "User reconfigured a widget on their home screen.")
LAUNCHER_WIDGET_RECONFIGURED(821)
LAUNCHER_WIDGET_RECONFIGURED(821),
@UiEvent(doc = "User enabled themed icons option in wallpaper & style settings.")
LAUNCHER_THEMED_ICON_ENABLED(836),
@UiEvent(doc = "User disabled themed icons option in wallpaper & style settings.")
LAUNCHER_THEMED_ICON_DISABLED(837)
;
// ADD MORE