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