Searched defs:shortMsg (Results 1 - 6 of 6) 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/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java330 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, argument
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java166 proto.write(AppErrorsProto.BadProcess.Entry.SHORT_MSG, info.shortMsg);
235 if (info.shortMsg != null) {
236 pw.print(" Short msg: "); pw.println(info.shortMsg);
329 null /*shortMsg*/, null /*longMsg*/, null /*stackTrace*/, null /*data*/);
401 String shortMsg = crashInfo.exceptionClassName;
404 if (shortMsg != null && longMsg != null) {
405 longMsg = shortMsg + ": " + longMsg;
406 } else if (shortMsg != null) {
407 longMsg = shortMsg;
423 if (handleAppCrashInActivityController(r, crashInfo, shortMsg, longMs
530 handleAppCrashInActivityController(ProcessRecord r, ApplicationErrorReport.CrashInfo crashInfo, String shortMsg, String longMsg, String stackTrace, long timeMillis, int callingPid, int callingUid) argument
572 makeAppCrashingLocked(ProcessRecord app, String shortMsg, String longMsg, String stackTrace, AppErrorDialog.Data data) argument
611 generateProcessError(ProcessRecord app, int condition, String activity, String shortMsg, String longMsg, String stackTrace) argument
672 handleAppCrashLocked(ProcessRecord app, String reason, String shortMsg, String longMsg, String stackTrace, AppErrorDialog.Data data) argument
1101 makeAppNotRespondingLocked(ProcessRecord app, String activity, String shortMsg, String longMsg) argument
1158 BadProcessInfo(long time, String shortMsg, String longMsg, String stack) argument
1166 final String shortMsg; field in class:AppErrors.BadProcessInfo
[all...]
H A DActivityManagerShellCommand.java1094 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, argument
1100 mPw.println("shortMsg: " + shortMsg);
/frameworks/base/tools/bit/
H A Dmain.cpp294 string shortMsg = get_bundle_string(m_sessionStatus.results(), &found, "shortMsg", NULL); local
298 return shortMsg;
/frameworks/base/core/java/android/app/
H A DActivityManager.java2865 public String shortMsg; field in class:ActivityManager.ProcessErrorStateInfo
2897 dest.writeString(shortMsg);
2908 shortMsg = source.readString();

Completed in 191 milliseconds