Recognizing a Launcher ANR
Change-Id: Ib26df7b6e9f9e6b85f93d2aa2a4a0204430e304f
This commit is contained in:
parent
8cf7b03cad
commit
daed318930
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue