Home
last modified time | relevance | path

Searched refs:stackTrace (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java317 public String stackTrace; field in ApplicationErrorReport.CrashInfo
331 stackTrace = sw.toString(); in CrashInfo()
372 stackTrace = in.readString(); in CrashInfo()
385 dest.writeString(stackTrace); in writeToParcel()
398 pw.println(prefix + "stackTrace: " + stackTrace); in dump()
DIActivityController.aidl48 long timeMillis, String stackTrace); in appCrashed() argument
DActivityManager.java1035 public String stackTrace; field in ActivityManager.ProcessErrorStateInfo
1057 dest.writeString(stackTrace); in writeToParcel()
1068 stackTrace = source.readString(); in readFromParcel()
/frameworks/base/core/java/android/os/
DStrictMode.java1204 if (info == null || info.crashInfo == null || info.crashInfo.stackTrace == null) { in handleViolation()
1221 if (info.crashInfo.stackTrace.equals(previous.crashInfo.stackTrace)) { in handleViolation()
1245 info.durationMillis + " ms: " + info.crashInfo.stackTrace); in handleViolation()
1247 Log.d(TAG, "StrictMode policy violation: " + info.crashInfo.stackTrace); in handleViolation()
1612 info.crashInfo.stackTrace += "# via Binder call with stack:\n" + ourStack; in readAndHandleBinderCallViolations()
2018 result = 37 * result + crashInfo.stackTrace.hashCode(); in hashCode()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java696 long timeMillis, String stackTrace) throws RemoteException { in appCrashed() argument
705 System.out.print(stackTrace); in appCrashed()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java6871 String shortMsg, String longMsg, String stackTrace) { in makeAppCrashingLocked() argument
6874 ActivityManager.ProcessErrorStateInfo.CRASHED, null, shortMsg, longMsg, stackTrace); in makeAppCrashingLocked()
6904 int condition, String activity, String shortMsg, String longMsg, String stackTrace) { in generateProcessError() argument
6914 report.stackTrace = stackTrace; in generateProcessError()
7204 if (info.crashInfo != null && info.crashInfo.stackTrace != null) { in logStrictModeViolationToDropBox()
7205 sb.append(info.crashInfo.stackTrace); in logStrictModeViolationToDropBox()
7441 if (crashInfo != null && crashInfo.stackTrace != null) { in addErrorToDropBox()
7442 sb.append(crashInfo.stackTrace); in addErrorToDropBox()
7493 String stackTrace = crashInfo.stackTrace; in crashApplication() local
7507 shortMsg, longMsg, timeMillis, crashInfo.stackTrace)) { in crashApplication()
[all …]
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt426 NO DOC BLOCK: android.app.ActivityManager.ProcessErrorStateInfo Field stackTrace
/frameworks/base/api/
Dcurrent.txt2738 field public java.lang.String stackTrace;
2989 field public java.lang.String stackTrace;
D14.txt2738 field public java.lang.String stackTrace;
2989 field public java.lang.String stackTrace;