Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84a4c7fe authored by vadimt's avatar vadimt Committed by android-build-merger
Browse files

Improving TAPL diags

am: ce04131f

Change-Id: I0f5d881e67ce71f06bea9f1509277409b54a6956
parents bfe4fe59 ce04131f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }