Recognizing a Launcher ANR

Change-Id: Ib26df7b6e9f9e6b85f93d2aa2a4a0204430e304f
diff --git a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java
index cada8d6..831685a 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 @@
                     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;