Home
last modified time | relevance | path

Searched refs:shortMsg (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java330 if (info.shortMsg != null) { in dumpLPr()
567 String shortMsg = crashInfo.exceptionClassName; in crashApplicationInner() local
570 if (shortMsg != null && longMsg != null) { in crashApplicationInner()
571 longMsg = shortMsg + ": " + longMsg; in crashApplicationInner()
572 } else if (shortMsg != null) { in crashApplicationInner()
573 longMsg = shortMsg; in crashApplicationInner()
749 null, shortMsg, longMsg, stackTrace));
781 report.shortMsg = shortMsg;
830 report.anrInfo.cause = errState.getNotRespondingReport().shortMsg;
1120 this.shortMsg = shortMsg;
[all …]
H A DProcessErrorStateRecord.java530 private void makeAppNotRespondingLSP(String activity, String shortMsg, String longMsg) { in makeAppNotRespondingLSP() argument
537 activity, shortMsg, longMsg, null); in makeAppNotRespondingLSP()
H A DActivityManagerShellCommand.java1260 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg,
1266 mPw.println("shortMsg: " + shortMsg);
/aosp12/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java305 condition, entry.shortMsg)); in reportListContents()
358 && strEquals(info.shortMsg, peOther.info.shortMsg) in equals()
379 code *= hash(info.shortMsg); in hashCode()
/aosp12/frameworks/base/core/java/android/app/
H A DIActivityController.aidl47 String shortMsg, String longMsg, in appCrashed() argument
H A DActivityManager.java2776 public String shortMsg; field in ActivityManager.ProcessErrorStateInfo
2808 dest.writeString(shortMsg); in writeToParcel()
2819 shortMsg = source.readString(); in readFromParcel()
/aosp12/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, in appCrashed() argument
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java275 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
276 results.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java294 assertNotNull(info.shortMsg); in checkErrorListSanity()
/aosp12/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java331 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, in appCrashed() argument
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java643 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
644 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerInternal.java538 String shortMsg, String longMsg, long timeMillis, String stackTrace, in handleAppCrashInActivityController() argument
H A DActivityTaskManagerService.java6436 String shortMsg, String longMsg, long timeMillis, String stackTrace, in handleAppCrashInActivityController() argument
6445 if (!mController.appCrashed(processName, pid, shortMsg, longMsg, timeMillis, in handleAppCrashInActivityController()
/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp332 string shortMsg = get_bundle_string(m_sessionStatus.results(), &found, "shortMsg", NULL); in GetErrorMessage() local
336 return shortMsg; in GetErrorMessage()
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java1179 Log.w(TAG, appName + " crashed: " + crash.shortMsg); in reportError()
1180 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg); in reportError()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4265 field public String shortMsg;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt3564 field public java.lang.String shortMsg;