Searched refs:crashing (Results 1 – 8 of 8) sorted by relevance
264 pr.crashing = true; in consumeNativeCrashData()
159 boolean crashing; // are we in the process of crashing? field in ProcessRecord325 if (debugging || crashing || crashDialog != null || notResponding in dump()328 pw.print(" crashing="); pw.print(crashing); in dump()
489 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()
844 return app != null && !app.crashing && !app.notResponding; in mayFreezeScreenLocked()
4958 } 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()
238 particular, you must release the {@link android.hardware.Camera} object, or you risk crashing other
945 understand that language—it's better than crashing).</p>
690 <li>Specifying -Os (<code>-fauto-profile</code>) in GCC4.9 may cause crashing.