commit | f078975e9d2dfaf45a77df6361e19c8d2efc55d3 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Thu Oct 03 14:33:31 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 14:33:31 2019 -0700 |
tree | b1ac7ef5bb78640e734b3a72269dd1d0c8913c7c | |
parent | 12de08a3b1c0eeab020ed41750542562b0409ff9 [diff] | |
parent | c49ec381409b38828a549c25056d1d80423d7e83 [diff] |
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev am: c49ec38140 Change-Id: If74c630902a212270bae1a58b2085d8a30d2343f
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index ca15a3c..2e9cb81 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -558,7 +558,7 @@ 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;