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

Commit edb0527d authored by vadimt's avatar vadimt Committed by Automerger Merge Worker
Browse files

Logging the stack trace for system anomaly messages am: 499e2055

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

Change-Id: I86b2c6379ce08d42fe727a6c63679136ffe428de
parents 1c0bced6 499e2055
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -544,11 +544,11 @@ public final class LauncherInstrumentation {
                    : TestHelpers.getSystemHealthMessage(getContext(), mTestStartTime);

            if (systemHealth != null) {
                return message
                        + ";\nPerhaps linked to system health problems:\n<<<<<<<<<<<<<<<<<<\n"
                message += ";\nPerhaps linked to system health problems:\n<<<<<<<<<<<<<<<<<<\n"
                        + systemHealth + "\n>>>>>>>>>>>>>>>>>>";
            }
        }
        Log.d(TAG, "About to throw the error: " + message, new Exception());
        return message;
    }