Merge "Annotating hierarchy dump for the error description" into ub-launcher3-qt-dev

This commit is contained in:
Vadim Tryshev
2019-05-31 18:54:02 +00:00
committed by Android (Google) Code Review
@@ -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);
}