Searched defs:throwFileName (Results 1 - 1 of 1) 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);

Completed in 6 milliseconds