commit | 7458d4aa4ac03536cf02cb06a678540c7b80cb94 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Oct 01 18:40:24 2019 -0700 |
committer | vadimt <vadimt@google.com> | Tue Oct 01 18:40:24 2019 -0700 |
tree | eb5a03fe8e8213fc92cb320a9ac173998e5a9c00 | |
parent | 872a380b59c5489b864e9001be899383e6b6bfa0 [diff] |
Logging the initial state for swiping up to home Change-Id: Iff2003f7e6dfe4072613b775722166dc5fec9e02
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 52971d9..8a60db6 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -556,7 +556,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;