Searched refs:crashing (Results 1 – 8 of 8) sorted by relevance
264 pr.crashing = true; in consumeNativeCrashData()
165 boolean crashing; // are we in the process of crashing? field in ProcessRecord341 if (debugging || crashing || crashDialog != null || notResponding in dump()344 pw.print(" crashing="); pw.print(crashing); in dump()
564 if (filter.receiverList.app == null || filter.receiverList.app.crashing) { in deliverToRegisteredReceiverLocked()686 isDead = proc == null || proc.crashing; in processNextBroadcast()963 if (r.curApp != null && r.curApp.crashing) { in processNextBroadcast()
930 return app != null && !app.crashing && !app.notResponding; in mayFreezeScreenLocked()
4921 } else if (app.crashing) { in appNotResponding()11862 app.crashing = true; in makeAppCrashingLocked()11911 app.crashing = false; in killAppAtUsersRequest()12615 if (!r.crashing && !r.notResponding && !r.forceCrashReport) { in createAppErrorReportLocked()12626 if (r.crashing || r.forceCrashReport) { in createAppErrorReportLocked()12658 if ((app.thread != null) && (app.crashing || app.notResponding)) { in getProcessesInErrorState()12662 if (app.crashing) { in getProcessesInErrorState()12675 " crashing = " + app.crashing + in getProcessesInErrorState()12738 if ((app.thread != null) && (!app.crashing && !app.notResponding)) { in getRunningAppProcesses()15462 app.crashing = false; in cleanUpApplicationRecordLocked()
238 particular, you must release the {@link android.hardware.Camera} object, or you risk crashing other
975 understand that language—it's better than crashing).</p>
313 <li>Specifying -Os (<code>-fauto-profile</code>) in GCC4.9 may cause crashing.