commit | f4255c6c1b2f62b7a9dfc08ac1bcf1c2634d4e07 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Oct 03 17:41:35 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 17:41:35 2019 -0700 |
tree | d8c1a00d98cc0d815621fbd74f893ce4b302e715 | |
parent | cdb72146e85019ba2fd17fe8667f930e515913eb [diff] | |
parent | 3878d3ef095175c6c0b45d36dbfef03dda0a956d [diff] |
Dump view hierarchy before swiping to home am: 233afe98e9 am: 3878d3ef09 Change-Id: Ief39f3c713dd94b93b6dfa2f1e0732c810ba5d3a
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index bc73d7c..262cd61 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -549,6 +549,8 @@ 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;