Home | History | Annotate | Download | only in am

Lines Matching refs:crashing

4958             } else if (app.crashing) {
4959 Slog.i(TAG, "Crashing app skipping ANR: " + app + " " + annotation);
9263 + " is crashing; detaching " + r);
11392 app.crashing = true;
11414 * @param condition Crashing, Application Not Responding, etc. Values are defined in
11441 app.crashing = false;
11479 // repeatedly crashing, then badness for everyone.
11511 // If the crashing process is what we consider to be the "home process" and it has been
11513 // with a home activity running in the process to prevent a repeatedly crashing app
11566 * @param app object of the crashing app, null for the system server
11770 * @param app object of the crashing app, null for the system server
12009 * Bring up the "unexpected error" dialog box for a crashing app.
12012 * @param r the application crashing
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;