Loading tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +5 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +5 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading