Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java323 public int throwLineNumber; field in ApplicationErrorReport.CrashInfo
366 throwLineNumber = trace.getLineNumber(); in CrashInfo()
371 throwLineNumber = 0; in CrashInfo()
384 throwLineNumber = in.readInt(); in CrashInfo()
398 dest.writeInt(throwLineNumber); in writeToParcel()
406 Slog.d("Error", "ERR: method=" + throwMethodName + " line=" + throwLineNumber); in writeToParcel()
421 pw.println(prefix + "throwLineNumber: " + throwLineNumber); in dump()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11588 crashInfo.throwLineNumber);
/frameworks/base/api/
Dsystem-current.txt3987 field public int throwLineNumber;
Dcurrent.txt3897 field public int throwLineNumber;