Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4255c6c authored by vadimt's avatar vadimt Committed by android-build-merger
Browse files

Dump view hierarchy before swiping to home am: 233afe98

am: 3878d3ef

Change-Id: Ief39f3c713dd94b93b6dfa2f1e0732c810ba5d3a
parents cdb72146 3878d3ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -549,6 +549,8 @@ public final class LauncherInstrumentation {
            if (hasLauncherObject(WORKSPACE_RES_ID)) {
                log(action = "already at home");
            } else {
                log("Hierarchy before swiping up to home");
                dumpViewHierarchy();
                log(action = "swiping up to home from " + getVisibleStateMessage());
                final int finalState = mDevice.hasObject(By.pkg(getLauncherPackageName()))
                        ? NORMAL_STATE_ORDINAL : BACKGROUND_APP_STATE_ORDINAL;