Merge "Better diags when Launcher is manipulated on the locked phone" into sc-dev am: 0d51bc3caa

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14259232

Change-Id: I49932c7627ea4c82188ea721177d0349a569c3be
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index cf935f3..ebad154 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -636,6 +636,7 @@
             }
             SystemClock.sleep(100);
         }
+        checkForAnomaly();
         fail("Launcher didn't initialize");
     }