summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-10-03 14:33:31 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-03 14:33:31 -0700
commitf078975e9d2dfaf45a77df6361e19c8d2efc55d3 (patch)
treeb1ac7ef5bb78640e734b3a72269dd1d0c8913c7c /tests
parent12de08a3b1c0eeab020ed41750542562b0409ff9 (diff)
parentc49ec381409b38828a549c25056d1d80423d7e83 (diff)
downloadandroid_packages_apps_Trebuchet-f078975e9d2dfaf45a77df6361e19c8d2efc55d3.tar.gz
android_packages_apps_Trebuchet-f078975e9d2dfaf45a77df6361e19c8d2efc55d3.tar.bz2
android_packages_apps_Trebuchet-f078975e9d2dfaf45a77df6361e19c8d2efc55d3.zip
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev
am: c49ec38140 Change-Id: If74c630902a212270bae1a58b2085d8a30d2343f
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;