Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance
1353 String anrMessage = null; in broadcastTimeoutLocked() local1373 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()1385 if (anrMessage != null) { in broadcastTimeoutLocked()1388 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
2802 String anrMessage = null; in serviceTimeout() local2833 anrMessage = "executing service " + timeout.shortName; in serviceTimeout()2843 if (anrMessage != null) { in serviceTimeout()2844 mAm.mAppErrors.appNotResponding(proc, null, null, false, anrMessage); in serviceTimeout()