mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Merge "Adding a failure investigator" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
833cd43206
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user