Merge "Adding sysui crash diagnostic with a new fingerprint" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2020-01-29 19:07:16 +00:00 committed by Android (Google) Code Review
commit 07ccd59adf
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ class FailureInvestigator {
logSinceTestsStart)) {
return 147845913;
}
if (matches(
"Attempt to invoke virtual method 'boolean android\\.graphics\\.Bitmap\\"
+ ".isRecycled\\(\\)' on a null object reference",
logSinceTestsStart)) {
return 148424291;
}
} else if (matches("java.lang.AssertionError: Launcher build match not found", exception)) {
if (matches(
"TestStabilityRule: Launcher package: com.google.android.setupwizard",