Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43522d25 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

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

parents 164ebb2e 8fcf7059
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
    }