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

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java312 public String throwFileName; field in class:ApplicationErrorReport.CrashInfo
367 throwFileName = trace.getFileName();
372 throwFileName = "unknown";
385 throwFileName = in.readString();
399 dest.writeString(throwFileName);
408 Slog.d("Error", "ERR: file=" + throwFileName);
422 pw.println(prefix + "throwFileName: " + throwFileName);

Completed in 47 milliseconds