mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Add logs for PackageUpdatedTask
* That's the bit that updates new packages for work profile, at least from command line. * There is variability in how long it could take work profile apps to show up, from 2-8 seconds. Bug: 243688989 Change-Id: I710befc5f17b4a16bff523eb03f1e88975cafd43
This commit is contained in:
@@ -105,6 +105,8 @@ public class WorkProfileTest extends AbstractLauncherUiTest {
|
||||
}
|
||||
|
||||
private void waitForWorkTabSetup() {
|
||||
// Added for b/243688989 flake to determine if we really are in allApps or not at this point
|
||||
mLauncher.getAllApps();
|
||||
waitForLauncherCondition("Work tab not setup", launcher -> {
|
||||
if (launcher.getAppsView().getContentView() instanceof AllAppsPagedView) {
|
||||
Log.d(WORK_TAB_MISSING, "Deferring AppsStore updates");
|
||||
|
||||
Reference in New Issue
Block a user