diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 3ba20c01e1..dd170c53d2 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -651,7 +651,7 @@ public final class LauncherInstrumentation { } else { log("Hierarchy before swiping up to home:"); dumpViewHierarchy(); - log(action = "swiping up to home from " + getVisibleStateMessage()); + action = "swiping up to home"; try (LauncherInstrumentation.Closable c = addContextLayer(action)) { swipeToState( @@ -666,7 +666,7 @@ public final class LauncherInstrumentation { } else { log("Hierarchy before clicking home:"); dumpViewHierarchy(); - log(action = "clicking home button from " + getVisibleStateMessage()); + action = "clicking home button"; try (LauncherInstrumentation.Closable c = addContextLayer(action)) { if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) { expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS);