Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ public final class LauncherInstrumentation { } private void fail(String message) { log("Hierarchy dump for: " + getContextDescription() + message); dumpViewHierarchy(); Assert.fail("http://go/tapl : " + getContextDescription() + message); } Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ public final class LauncherInstrumentation { } private void fail(String message) { log("Hierarchy dump for: " + getContextDescription() + message); dumpViewHierarchy(); Assert.fail("http://go/tapl : " + getContextDescription() + message); } Loading