Home | History | Annotate | Download | only in am

Lines Matching refs:CRASHED

515      * The last time that various processes have crashed.
539 * Processes are added to this set when they have crashed twice within
2790 // object attached to it so we know it couldn't have crashed; and
4573 info.putString("shortMsg", "Process crashed.");
11394 ActivityManager.ProcessErrorStateInfo.CRASHED, null, shortMsg, longMsg, stackTrace);
11471 + " has crashed too many times: killing!");
12037 Slog.w(TAG, "Skip killing native crashed app " + name
12040 Slog.w(TAG, "Force-killing crashed app " + name
12902 pw.println(" Time since processes crashed:");
12908 pw.print(": last crashed ");
12939 pw.print(": crashed at time "); pw.println(info.time);
15499 // If the app crashed during backup, 'thread' will be null here