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

Commit 7458d4aa authored by vadimt's avatar vadimt
Browse files

Logging the initial state for swiping up to home

Change-Id: Iff2003f7e6dfe4072613b775722166dc5fec9e02
parent 872a380b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ public final class LauncherInstrumentation {
            if (hasLauncherObject(WORKSPACE_RES_ID)) {
                log(action = "already at home");
            } else {
                log(action = "swiping up to home");
                log(action = "swiping up to home from " + getVisibleStateMessage());
                final int finalState = mDevice.hasObject(By.pkg(getLauncherPackageName()))
                        ? NORMAL_STATE_ORDINAL : BACKGROUND_APP_STATE_ORDINAL;