Searched refs:throwFileName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java297 public String throwFileName; field in class:ApplicationErrorReport.CrashInfo
350 throwFileName = trace.getFileName();
355 throwFileName = "unknown";
368 throwFileName = in.readString();
381 dest.writeString(throwFileName);
394 pw.println(prefix + "throwFileName: " + throwFileName);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8163 crashInfo.throwFileName,

Completed in 634 milliseconds