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

/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java99 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, argument
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java164 if (info.shortMsg != null) {
165 pw.print(" Short msg: "); pw.println(info.shortMsg);
258 null /*shortMsg*/, null /*longMsg*/, null /*stackTrace*/, null /*data*/);
330 String shortMsg = crashInfo.exceptionClassName;
333 if (shortMsg != null && longMsg != null) {
334 longMsg = shortMsg + ": " + longMsg;
335 } else if (shortMsg != null) {
336 longMsg = shortMsg;
352 if (handleAppCrashInActivityController(r, crashInfo, shortMsg, longMsg, stackTrace,
376 if (r == null || !makeAppCrashingLocked(r, shortMsg, longMs
452 handleAppCrashInActivityController(ProcessRecord r, ApplicationErrorReport.CrashInfo crashInfo, String shortMsg, String longMsg, String stackTrace, long timeMillis, int callingPid, int callingUid) argument
494 makeAppCrashingLocked(ProcessRecord app, String shortMsg, String longMsg, String stackTrace, AppErrorDialog.Data data) argument
533 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
594 handleAppCrashLocked(ProcessRecord app, String reason, String shortMsg, String longMsg, String stackTrace, AppErrorDialog.Data data) argument
987 makeAppNotRespondingLocked(ProcessRecord app, String activity, String shortMsg, String longMsg) argument
1042 BadProcessInfo(long time, String shortMsg, String longMsg, String stack) argument
1050 final String shortMsg; field in class:AppErrors.BadProcessInfo
[all...]
H A DActivityManagerShellCommand.java1010 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, argument
1016 mPw.println("shortMsg: " + shortMsg);
/frameworks/base/core/java/android/app/
H A DActivityManager.java2997 public String shortMsg; field in class:ActivityManager.ProcessErrorStateInfo
3029 dest.writeString(shortMsg);
3040 shortMsg = source.readString();

Completed in 181 milliseconds