Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance
1477 String anrMessage = null; in broadcastTimeoutLocked() local1502 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()1514 if (!debugging && anrMessage != null) { in broadcastTimeoutLocked()1517 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
3567 String anrMessage = null; in serviceTimeout() local3598 anrMessage = "executing service " + timeout.shortName; in serviceTimeout()3608 if (anrMessage != null) { in serviceTimeout()3609 mAm.mAppErrors.appNotResponding(proc, null, null, false, anrMessage); in serviceTimeout()