Searched defs:shortMsg (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java482 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, argument
488 System.out.println("shortMsg: " + shortMsg);
/frameworks/base/core/java/android/app/
H A DActivityManager.java656 public String shortMsg; field in class:ActivityManager.ProcessErrorStateInfo
686 dest.writeString(shortMsg);
697 shortMsg = source.readString();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2604 info.putString("shortMsg", "Process crashed.");
6293 String shortMsg, String longMsg, String stackTrace) {
6296 ActivityManager.ProcessErrorStateInfo.CRASHED, null, shortMsg, longMsg, stackTrace);
6303 String activity, String shortMsg, String longMsg) {
6307 activity, shortMsg, longMsg, null);
6319 * @param shortMsg Short message describing the crash.
6326 int condition, String activity, String shortMsg, String longMsg, String stackTrace) {
6334 report.shortMsg = shortMsg;
6860 String shortMsg
6292 makeAppCrashingLocked(ProcessRecord app, String shortMsg, String longMsg, String stackTrace) argument
6302 makeAppNotRespondingLocked(ProcessRecord app, String activity, String shortMsg, String longMsg) argument
6325 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
[all...]

Completed in 83 milliseconds