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

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java313 public String throwFileName; field in class:ApplicationErrorReport.CrashInfo
368 throwFileName = trace.getFileName();
373 throwFileName = "unknown";
414 throwFileName = in.readString();
428 dest.writeString(throwFileName);
437 Slog.d("Error", "ERR: file=" + throwFileName);
451 pw.println(prefix + "throwFileName: " + throwFileName);

Completed in 8 milliseconds