Log number of apps in Private space

Log number of user installed and preinstalled apps
in private profile.

Bug: 328406844
Test: aster-previz https://paste.googleplex.com/5134195153698816
Flag: ACONFIG com.android.launcher3.enable_private_space_launch DEVELOPMENT
Change-Id: Ife8a8ee81dca90fa37dba2f3e719ba8031d2eb49
This commit is contained in:
Anna Zhuravleva
2024-03-12 15:05:09 +00:00
parent 1a59da4e82
commit b05ceb39b5
2 changed files with 22 additions and 0 deletions
@@ -754,6 +754,12 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "User tapped add widget button in widget sheet.")
LAUNCHER_WIDGET_ADD_BUTTON_TAP(1622),
@UiEvent(doc = "Number of user installed Private profile apps, shown above separator line")
LAUNCHER_PRIVATE_SPACE_USER_INSTALLED_APPS_COUNT(1672),
@UiEvent(doc = "Number of preinstalled Private profile apps, shown under separator line")
LAUNCHER_PRIVATE_SPACE_PREINSTALLED_APPS_COUNT(1673)
// ADD MORE
;