diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 54b2a017f3..2db9d08269 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -209,8 +209,8 @@ public final class LauncherInstrumentation { final Context ctx = baseContext.createPackageContext("android", 0); for (int i = 0; i < 100; ++i) { final int currentInteractionMode = getCurrentInteractionMode(ctx); - log("Interaction mode = " + currentInteractionMode); final NavigationModel model = getNavigationModel(currentInteractionMode); + log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); if (model != null) return model; Thread.sleep(100); }