Adding a failure investigator
Change-Id: Ie1c9820ecb7373a1f4428a24867c51332a84e65c
This commit is contained in:
parent
4365734017
commit
65ed9c3d9b
|
@ -106,6 +106,11 @@ class FailureInvestigator {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (matches("android\\:\\:uirenderer\\:\\:renderthread\\:\\:EglManager\\:\\:swapBuffers",
|
||||||
|
logSinceBoot)) {
|
||||||
|
return 148529608;
|
||||||
|
}
|
||||||
|
|
||||||
for (ExceptionMatch exceptionMatch : EXCEPTION_MATCHES) {
|
for (ExceptionMatch exceptionMatch : EXCEPTION_MATCHES) {
|
||||||
if (matches(exceptionMatch.exceptionPattern, exception)) {
|
if (matches(exceptionMatch.exceptionPattern, exception)) {
|
||||||
for (LogcatMatch logcatMatch : exceptionMatch.logcatMatches) {
|
for (LogcatMatch logcatMatch : exceptionMatch.logcatMatches) {
|
||||||
|
|
Loading…
Reference in New Issue