commit | 0d51bc3caa34b1bce5a806aa65bcd125255c474c | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Apr 22 13:22:05 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 22 13:22:05 2021 +0000 |
tree | ea28f1b429f05c83363059627e0c707263bb90f3 | |
parent | 6dcd0272f10c19a6db321df23c56830dedd0bce6 [diff] | |
parent | 4c6722ede5f27db09703df5023e0b3205a8f37ff [diff] |
Merge "Better diags when Launcher is manipulated on the locked phone" into sc-dev
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"); }