diff --git a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java index cada8d6fb1..831685a57e 100644 --- a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +++ b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java @@ -53,6 +53,14 @@ class FailureInvestigator { logSinceTestsStart)) { return 145935261; } + } else if (matches("Launcher didn't initialize", exception)) { + if (matches( + "ActivityManager: Reason: executing service com.google.android.apps" + + ".nexuslauncher/com.android.launcher3.notification" + + ".NotificationListener", + logSinceTestsStart)) { + return 148238677; + } } return 0;