Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance
1760 String anrMessage = null; in broadcastTimeoutLocked() local1785 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()1797 if (!debugging && anrMessage != null) { in broadcastTimeoutLocked()1800 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
3835 String anrMessage = null; in serviceTimeout() local3869 anrMessage = "executing service " + timeout.shortInstanceName; in serviceTimeout()3879 if (anrMessage != null) { in serviceTimeout()3880 proc.appNotResponding(null, null, null, null, false, anrMessage); in serviceTimeout()