Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java335 public int throwLineNumber; field in ApplicationErrorReport.CrashInfo
392 throwLineNumber = trace.getLineNumber(); in CrashInfo()
397 throwLineNumber = 0; in CrashInfo()
439 throwLineNumber = in.readInt(); in CrashInfo()
455 dest.writeInt(throwLineNumber); in writeToParcel()
465 Slog.d("Error", "ERR: method=" + throwMethodName + " line=" + throwLineNumber); in writeToParcel()
481 pw.println(prefix + "throwLineNumber: " + throwLineNumber); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java8941 crashInfo.throwLineNumber, in handleApplicationCrashInner()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5173 field public int throwLineNumber;