commit | 35d9ac924c78d54115b34936d260818095932e20 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Thu Oct 03 14:40:14 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 14:40:14 2019 -0700 |
tree | 01ea63f1acfd03df0989af315acc6e054fc13807 | |
parent | aef50a59857206d1091b4468e89b66743888e3dd [diff] | |
parent | f078975e9d2dfaf45a77df6361e19c8d2efc55d3 [diff] |
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev am: c49ec38140 am: f078975e9d Change-Id: I7cff417f917643adb1835eb4b7ccad0e75cb22ce
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 2328f76..bc73d7c 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -549,7 +549,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;