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

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

Merge "Adding a failure investigator" into ub-launcher3-master

parents 5991eb83 65ed9c3d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -106,6 +106,11 @@ class FailureInvestigator {
            return 0;
        }

        if (matches("android\\:\\:uirenderer\\:\\:renderthread\\:\\:EglManager\\:\\:swapBuffers",
                logSinceBoot)) {
            return 148529608;
        }

        for (ExceptionMatch exceptionMatch : EXCEPTION_MATCHES) {
            if (matches(exceptionMatch.exceptionPattern, exception)) {
                for (LogcatMatch logcatMatch : exceptionMatch.logcatMatches) {