public static class ApplicationErrorReport.CrashInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
exceptionClassName
Class name of the exception that caused the crash.
|
String |
exceptionMessage
Message stored in the exception.
|
String |
stackTrace
Stack trace.
|
String |
throwClassName
Class which the exception was thrown from.
|
String |
throwFileName
File which the exception was thrown from.
|
int |
throwLineNumber
Line number the exception was thrown from.
|
String |
throwMethodName
Method which the exception was thrown from.
|
Constructor and Description |
---|
CrashInfo()
Create an uninitialized instance of CrashInfo.
|
CrashInfo(Parcel in)
Create an instance of CrashInfo initialized from a Parcel.
|
CrashInfo(Throwable tr)
Create an instance of CrashInfo initialized from an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
dump(Printer pw,
String prefix)
Dump a CrashInfo instance to a Printer.
|
void |
writeToParcel(Parcel dest,
int flags)
Save a CrashInfo instance to a parcel.
|
public String exceptionClassName
public String exceptionMessage
public String throwFileName
public String throwClassName
public String throwMethodName
public int throwLineNumber
public String stackTrace