Home
last modified time | relevance | path

Searched refs:crashing (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java264 pr.crashing = true; in consumeNativeCrashData()
DProcessRecord.java159 boolean crashing; // are we in the process of crashing? field in ProcessRecord
325 if (debugging || crashing || crashDialog != null || notResponding in dump()
328 pw.print(" crashing="); pw.print(crashing); in dump()
DBroadcastQueue.java489 if (filter.receiverList.app == null || filter.receiverList.app.crashing) { in deliverToRegisteredReceiverLocked()
591 isDead = proc == null || proc.crashing; in processNextBroadcast()
827 if (r.curApp != null && r.curApp.crashing) { in processNextBroadcast()
DActivityRecord.java844 return app != null && !app.crashing && !app.notResponding; in mayFreezeScreenLocked()
DActivityManagerService.java4958 } else if (app.crashing) { in appNotResponding()
11392 app.crashing = true;
11441 app.crashing = false;
12140 if (!r.crashing && !r.notResponding && !r.forceCrashReport) {
12151 if (r.crashing || r.forceCrashReport) {
12183 if ((app.thread != null) && (app.crashing || app.notResponding)) {
12187 if (app.crashing) {
12200 " crashing = " + app.crashing +
12256 if ((app.thread != null) && (!app.crashing && !app.notResponding)) {
14880 app.crashing = false; in cleanUpApplicationRecordLocked()
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd238 particular, you must release the {@link android.hardware.Camera} object, or you risk crashing other
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd945 understand that language&mdash;it's better than crashing).</p>
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd690 <li>Specifying -Os (<code>-fauto-profile</code>) in GCC4.9 may cause crashing.