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

Commit 07ccd59a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding sysui crash diagnostic with a new fingerprint" into ub-launcher3-master

parents 6f7f380d 95241ae0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -52,6 +52,12 @@ class FailureInvestigator {
                    logSinceTestsStart)) {
                return 147845913;
            }
            if (matches(
                    "Attempt to invoke virtual method 'boolean android\\.graphics\\.Bitmap\\"
                            + ".isRecycled\\(\\)' on a null object reference",
                    logSinceTestsStart)) {
                return 148424291;
            }
        } else if (matches("java.lang.AssertionError: Launcher build match not found", exception)) {
            if (matches(
                    "TestStabilityRule: Launcher package: com.google.android.setupwizard",