Log a-z apps count.
Test: manual Bug: 247432075 Change-Id: I9538a75bc3cb3d1e8e9089fc5e27d5d770cafb62
This commit is contained in:
@@ -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}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user