Log a-z apps count.

Test: manual
Bug: 247432075
Change-Id: I9538a75bc3cb3d1e8e9089fc5e27d5d770cafb62
This commit is contained in:
Holly Sun
2022-09-21 16:34:14 -07:00
parent 44e788a9d3
commit dbd01bf6f9
3 changed files with 26 additions and 2 deletions
@@ -598,7 +598,11 @@ public class StatsLogManager implements ResourceBasedOverride {
LAUNCHER_APP_ICON_MENU_SPLIT_RIGHT_BOTTOM(1199),
@UiEvent(doc = "User has invoked split to left half from an app icon menu")
LAUNCHER_APP_ICON_MENU_SPLIT_LEFT_TOP(1200)
LAUNCHER_APP_ICON_MENU_SPLIT_LEFT_TOP(1200),
@UiEvent(doc = "Number of apps in A-Z list (personal and work profile)")
LAUNCHER_ALLAPPS_COUNT(1225),
;
// ADD MORE
@@ -719,6 +723,13 @@ public class StatsLogManager implements ResourceBasedOverride {
return this;
}
/**
* Sets cardinality of log message.
*/
default StatsLogger withCardinality(int cardinality) {
return this;
}
/**
* Builds the final message and logs it as {@link EventEnum}.
*/