Home
last modified time | relevance | path

Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.java1768 String anrMessage = null; in broadcastTimeoutLocked() local
1793 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()
1805 if (!debugging && anrMessage != null) { in broadcastTimeoutLocked()
1808 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
DActiveServices.java3866 String anrMessage = null; in serviceTimeout() local
3900 anrMessage = "executing service " + timeout.shortInstanceName; in serviceTimeout()
3910 if (anrMessage != null) { in serviceTimeout()
3911 proc.appNotResponding(null, null, null, null, false, anrMessage); in serviceTimeout()