From 95241ae0f76f763a81e6b7debfedea229e48d7d3 Mon Sep 17 00:00:00 2001 From: vadimt Date: Mon, 27 Jan 2020 18:43:23 -0800 Subject: [PATCH] Adding sysui crash diagnostic with a new fingerprint Change-Id: I998e107c05a1993367818db604d4c1666be9b2c6 --- .../android/launcher3/util/rule/FailureInvestigator.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java index 831685a57e..c2710c5722 100644 --- a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +++ b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java @@ -47,6 +47,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",