summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-10-02 17:43:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-10-02 17:43:00 +0000
commitc49ec381409b38828a549c25056d1d80423d7e83 (patch)
tree0c3a69de4a905c2bae6d865da6a25e3d9435376a /tests
parent7c09214298c54bba2071396129c364417e81b73d (diff)
parent7458d4aa4ac03536cf02cb06a678540c7b80cb94 (diff)
downloadandroid_packages_apps_Trebuchet-c49ec381409b38828a549c25056d1d80423d7e83.tar.gz
android_packages_apps_Trebuchet-c49ec381409b38828a549c25056d1d80423d7e83.tar.bz2
android_packages_apps_Trebuchet-c49ec381409b38828a549c25056d1d80423d7e83.zip
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index ca15a3cf8..2e9cb81f0 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -558,7 +558,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;