Searched refs:crashInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java43 * is stored in {@link #crashInfo}.
125 public CrashInfo crashInfo; field in class:ApplicationErrorReport
231 crashInfo.writeToParcel(dest, flags);
255 crashInfo = new CrashInfo(in);
262 crashInfo = null;
269 crashInfo = null;
275 crashInfo = null;
593 crashInfo.dump(pw, prefix);
H A DIActivityManager.java256 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException;
258 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException;
265 StrictMode.ViolationInfo crashInfo) throws RemoteException;
255 handleApplicationCrash(IBinder app, ApplicationErrorReport.CrashInfo crashInfo) argument
257 handleApplicationWtf(IBinder app, String tag, ApplicationErrorReport.CrashInfo crashInfo) argument
264 handleApplicationStrictModeViolation(IBinder app, int violationMask, StrictMode.ViolationInfo crashInfo) argument
H A DActivityManagerNative.java3696 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException
3702 crashInfo.writeToParcel(data, 0);
3710 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException
3717 crashInfo.writeToParcel(data, 0);
3695 handleApplicationCrash(IBinder app, ApplicationErrorReport.CrashInfo crashInfo) argument
3709 handleApplicationWtf(IBinder app, String tag, ApplicationErrorReport.CrashInfo crashInfo) argument
/frameworks/base/core/java/android/os/
H A DStrictMode.java1265 if (info == null || info.crashInfo == null || info.crashInfo.stackTrace == null) {
1282 if (info.crashInfo.stackTrace.equals(previous.crashInfo.stackTrace)) {
1311 info.durationMillis + " ms: " + info.crashInfo.stackTrace);
1313 Log.d(TAG, "StrictMode policy violation: " + info.crashInfo.stackTrace);
1333 int violationBit = parseViolationFromMessage(info.crashInfo.exceptionMessage);
1376 int violationBit = parseViolationFromMessage(info.crashInfo.exceptionMessage);
1716 info.crashInfo.stackTrace += "# via Binder call with stack:\n" + ourStack;
2027 public final ApplicationErrorReport.CrashInfo crashInfo; field in class:StrictMode.ViolationInfo
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java9612 * @param crashInfo describing the exception
9614 public void handleApplicationCrash(IBinder app, ApplicationErrorReport.CrashInfo crashInfo) { argument
9619 handleApplicationCrashInner("crash", r, processName, crashInfo);
9626 ApplicationErrorReport.CrashInfo crashInfo) {
9630 crashInfo.exceptionClassName,
9631 crashInfo.exceptionMessage,
9632 crashInfo.throwFileName,
9633 crashInfo.throwLineNumber);
9635 addErrorToDropBox(eventType, r, processName, null, null, null, null, null, crashInfo);
9637 crashApplication(r, crashInfo);
9625 handleApplicationCrashInner(String eventType, ProcessRecord r, String processName, ApplicationErrorReport.CrashInfo crashInfo) argument
9820 handleApplicationWtf(IBinder app, String tag, ApplicationErrorReport.CrashInfo crashInfo) argument
9937 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
10038 crashApplication(ProcessRecord r, ApplicationErrorReport.CrashInfo crashInfo) argument
10126 createAppErrorIntentLocked(ProcessRecord r, long timeMillis, ApplicationErrorReport.CrashInfo crashInfo) argument
10139 createAppErrorReportLocked(ProcessRecord r, long timeMillis, ApplicationErrorReport.CrashInfo crashInfo) argument
[all...]

Completed in 376 milliseconds