/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppErrors.java | 330 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 D | ProcessErrorStateRecord.java | 530 private void makeAppNotRespondingLSP(String activity, String shortMsg, String longMsg) { in makeAppNotRespondingLSP() argument 537 activity, shortMsg, longMsg, null); in makeAppNotRespondingLSP()
|
H A D | ActivityManagerShellCommand.java | 1260 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 D | ProcessErrorsTest.java | 305 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 D | IActivityController.aidl | 47 String shortMsg, String longMsg, in appCrashed() argument
|
H A D | ActivityManager.java | 2776 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 D | UiAutomationShellWrapper.java | 99 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 D | MemoryUsageTest.java | 275 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 D | ActivityManagerTest.java | 294 assertNotNull(info.shortMsg); in checkErrorListSanity()
|
/aosp12/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/ |
H A D | AppCompatibility.java | 331 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 D | AppLaunch.java | 643 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 D | ActivityTaskManagerInternal.java | 538 String shortMsg, String longMsg, long timeMillis, String stackTrace, in handleAppCrashInActivityController() argument
|
H A D | ActivityTaskManagerService.java | 6436 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 D | main.cpp | 332 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 D | AppLaunch.java | 1179 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 4265 field public String shortMsg;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 3564 field public java.lang.String shortMsg;
|