From 7458d4aa4ac03536cf02cb06a678540c7b80cb94 Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 1 Oct 2019 18:40:24 -0700 Subject: Logging the initial state for swiping up to home Change-Id: Iff2003f7e6dfe4072613b775722166dc5fec9e02 --- tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 52971d92f..8a60db6f1 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -556,7 +556,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; -- cgit v1.2.3