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

This commit is contained in:
TreeHugger Robot
2020-02-26 17:47:59 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {