Logging the initial state for swiping up to home

Change-Id: Iff2003f7e6dfe4072613b775722166dc5fec9e02
This commit is contained in:
vadimt
2019-10-01 18:40:24 -07:00
parent 872a380b59
commit 7458d4aa4a
@@ -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;