Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance
1768 String anrMessage = null; in broadcastTimeoutLocked() local1793 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()1805 if (!debugging && anrMessage != null) { in broadcastTimeoutLocked()1808 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
3866 String anrMessage = null; in serviceTimeout() local3900 anrMessage = "executing service " + timeout.shortInstanceName; in serviceTimeout()3910 if (anrMessage != null) { in serviceTimeout()3911 proc.appNotResponding(null, null, null, null, false, anrMessage); in serviceTimeout()