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

Commit c201fe6b authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

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

am: 43522d25

Change-Id: If5870760faa0150f94487ed9acfd7db724f10a4a
parents c985c6e5 43522d25
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);
    }