From 4c6722ede5f27db09703df5023e0b3205a8f37ff Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 20 Apr 2021 19:38:46 -0700 Subject: [PATCH] Better diags when Launcher is manipulated on the locked phone Test: presubmit Bug: 185395995 Change-Id: I9a7e0bda47851ce186adc15838f9ace9a2c8195a --- .../tapl/com/android/launcher3/tapl/LauncherInstrumentation.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index cf935f382a..ebad15449d 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -636,6 +636,7 @@ public final class LauncherInstrumentation { } SystemClock.sleep(100); } + checkForAnomaly(); fail("Launcher didn't initialize"); }