Home
last modified time | relevance | path

Searched refs:exceptionClassName (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java310 public String exceptionClassName; field in ApplicationErrorReport.CrashInfo
386 exceptionClassName = rootTr.getClass().getName(); in CrashInfo()
434 exceptionClassName = in.readString(); in CrashInfo()
450 dest.writeString(exceptionClassName); in writeToParcel()
461 Slog.d("Error", "ERR: exClass=" + exceptionClassName); in writeToParcel()
476 pw.println(prefix + "exceptionClassName: " + exceptionClassName); in dump()
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java83 ci.exceptionClassName = "Native crash"; in run()
DAppErrors.java561 || !"Native crash".equals(crashInfo.exceptionClassName)) return; in sendRecoverableCrashToAppExitInfo()
589 String shortMsg = crashInfo.exceptionClassName; in crashApplicationInner()
604 && "Native crash".equals(crashInfo.exceptionClassName)) in crashApplicationInner()
743 && "Native crash".equals(crashInfo.exceptionClassName)) { in handleAppCrashInActivityController()
/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java424 String exceptionClassName = "java/lang/IllegalArgumentException"; in emitNativeBoundsChecks() local
432 exceptionClassName = "java/lang/ArrayIndexOutOfBoundsException"; in emitNativeBoundsChecks()
438 "_exceptionType = \""+exceptionClassName+"\";"); in emitNativeBoundsChecks()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3892 field public java.lang.String exceptionClassName;
/frameworks/base/core/api/
Dcurrent.txt5267 field public String exceptionClassName;