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

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java929 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, argument
935 System.out.println("shortMsg: " + shortMsg);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1286 public String shortMsg; field in class:ActivityManager.ProcessErrorStateInfo
1316 dest.writeString(shortMsg);
1327 shortMsg = source.readString();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2948 info.putString("shortMsg", "Process crashed.");
7379 info.putString("shortMsg", "keyDispatchingTimedOut");
7936 String shortMsg, String longMsg, String stackTrace) {
7939 ActivityManager.ProcessErrorStateInfo.CRASHED, null, shortMsg, longMsg, stackTrace);
7946 String activity, String shortMsg, String longMsg) {
7950 activity, shortMsg, longMsg, null);
7962 * @param shortMsg Short message describing the crash.
7969 int condition, String activity, String shortMsg, String longMsg, String stackTrace) {
7977 report.shortMsg = shortMsg;
7935 makeAppCrashingLocked(ProcessRecord app, String shortMsg, String longMsg, String stackTrace) argument
7945 makeAppNotRespondingLocked(ProcessRecord app, String activity, String shortMsg, String longMsg) argument
7968 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
[all...]

Completed in 265 milliseconds