Dump view hierarchy before swiping to home

am: 233afe98e9

Change-Id: Ib67aa2247ae43f4e875deb07a9d8b53aa5e6f181
This commit is contained in:
vadimt
2019-10-03 17:35:28 -07:00
committed by android-build-merger

View File

@@ -558,6 +558,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;