Searched refs:exceptionClassName (Results 1 – 8 of 8) sorted by relevance
303 public String exceptionClassName; field in ApplicationErrorReport.CrashInfo365 exceptionClassName = rootTr.getClass().getName(); in CrashInfo()412 exceptionClassName = in.readString(); in CrashInfo()426 dest.writeString(exceptionClassName); in writeToParcel()435 Slog.d("Error", "ERR: exClass=" + exceptionClassName); in writeToParcel()449 pw.println(prefix + "exceptionClassName: " + exceptionClassName); in dump()
77 ci.exceptionClassName = "Native crash"; in run()
401 String shortMsg = crashInfo.exceptionClassName; in crashApplicationInner()546 && "Native crash".equals(crashInfo.exceptionClassName)) { in handleAppCrashInActivityController()
15388 crashInfo.exceptionClassName, in handleApplicationCrashInner()
390 String exceptionClassName = "java/lang/IllegalArgumentException"; in emitNativeBoundsChecks() local398 exceptionClassName = "java/lang/ArrayIndexOutOfBoundsException"; in emitNativeBoundsChecks()404 "_exceptionType = \""+exceptionClassName+"\";"); in emitNativeBoundsChecks()
3892 field public java.lang.String exceptionClassName;
1987 Landroid/app/ApplicationErrorReport$CrashInfo;->exceptionClassName:Ljava/lang/String;
4347 field public java.lang.String exceptionClassName;