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

Commit e20812ff authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Automerger Merge Worker
Browse files

Merge "Further improving TAPL error messages" into sc-v2-dev am: 9d7cc7d5 am: 3168d5b9

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15305565

Change-Id: I53523dd7f2ada2d4ee86c3426e1165aec19eff04
parents c0b09290 3168d5b9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -514,9 +514,8 @@ public final class LauncherInstrumentation {
    void fail(String message) {
        checkForAnomaly();
        Assert.fail(formatSystemHealthMessage(formatErrorWithEvents(
                "http://go/tapl test failure:\nContext: " + getContextDescription()
                        + " => resulting visible state is " + getVisibleStateMessage()
                        + ";\nDetails: " + message, true)));
                "http://go/tapl test failure: " + message + ";\nContext: " + getContextDescription()
                        + "; now visible state is " + getVisibleStateMessage(), true)));
    }

    private String getContextDescription() {