Add logging to work mode switch
Add logging to the work button on work profile, logging when button is extended and collapsed bug: 263817965 test: presubmit Change-Id: I3194d0a1567a9ee995497391350ed5be4b08c3db
This commit is contained in:
@@ -163,7 +163,8 @@ public abstract class BaseAllAppsContainerView<T extends Context & ActivityConte
|
||||
|
||||
mWorkManager = new WorkProfileManager(
|
||||
mActivityContext.getSystemService(UserManager.class),
|
||||
this, LauncherPrefs.getPrefs(mActivityContext));
|
||||
this, LauncherPrefs.getPrefs(mActivityContext),
|
||||
mActivityContext.getStatsLogManager());
|
||||
mAH = Arrays.asList(null, null, null);
|
||||
mNavBarScrimPaint = new Paint();
|
||||
mNavBarScrimPaint.setColor(Themes.getAttrColor(context, R.attr.allAppsNavBarScrimColor));
|
||||
|
||||
Reference in New Issue
Block a user