Home
last modified time | relevance | path

Searched refs:throwMethodName (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java318 public String throwMethodName; field in ApplicationErrorReport.CrashInfo
365 throwMethodName = trace.getMethodName(); in CrashInfo()
370 throwMethodName = "unknown"; in CrashInfo()
383 throwMethodName = in.readString(); in CrashInfo()
397 dest.writeString(throwMethodName); in writeToParcel()
406 Slog.d("Error", "ERR: method=" + throwMethodName + " line=" + throwLineNumber); in writeToParcel()
420 pw.println(prefix + "throwMethodName: " + throwMethodName); in dump()
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java82 ci.throwMethodName = "unknown"; in run()
/frameworks/base/api/
Dsystem-current.txt3988 field public java.lang.String throwMethodName;
Dcurrent.txt3898 field public java.lang.String throwMethodName;