Searched refs:exceptionClassName (Results 1 – 8 of 8) sorted by relevance
304 public String exceptionClassName; field in ApplicationErrorReport.CrashInfo372 exceptionClassName = rootTr.getClass().getName(); in CrashInfo()419 exceptionClassName = in.readString(); in CrashInfo()434 dest.writeString(exceptionClassName); in writeToParcel()444 Slog.d("Error", "ERR: exClass=" + exceptionClassName); in writeToParcel()458 pw.println(prefix + "exceptionClassName: " + exceptionClassName); in dump()
76 ci.exceptionClassName = "Native crash"; in run()
428 String shortMsg = crashInfo.exceptionClassName; in crashApplicationInner()442 && "Native crash".equals(crashInfo.exceptionClassName)) in crashApplicationInner()577 && "Native crash".equals(crashInfo.exceptionClassName)) { in handleAppCrashInActivityController()
9853 crashInfo.exceptionClassName, in handleApplicationCrashInner()
396 String exceptionClassName = "java/lang/IllegalArgumentException"; in emitNativeBoundsChecks() local404 exceptionClassName = "java/lang/ArrayIndexOutOfBoundsException"; in emitNativeBoundsChecks()410 "_exceptionType = \""+exceptionClassName+"\";"); in emitNativeBoundsChecks()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
3892 field public java.lang.String exceptionClassName;
4546 field public String exceptionClassName;