java.lang.Object | |
↳ | android.app.ApplicationErrorReport.CrashInfo |
Describes an application crash.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
exceptionClassName | Class name of the exception that caused the crash. | |||||||||
|
exceptionMessage | Message stored in the exception. | |||||||||
|
stackTrace | Stack trace. | |||||||||
|
throwClassName | Class which the exception was thrown from. | |||||||||
|
throwFileName | File which the exception was thrown from. | |||||||||
|
throwLineNumber | Line number the exception was thrown from. | |||||||||
|
throwMethodName | Method which the exception was thrown from. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Create an uninitialized instance of CrashInfo.
|
||||||||||
|
Create an instance of CrashInfo initialized from an exception.
|
||||||||||
|
Create an instance of CrashInfo initialized from a Parcel.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Dump a CrashInfo instance to a Printer.
|
||||||||||
|
Save a CrashInfo instance to a parcel.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Class name of the exception that caused the crash.
Create an uninitialized instance of CrashInfo.
Create an instance of CrashInfo initialized from an exception.
Create an instance of CrashInfo initialized from a Parcel.
Dump a CrashInfo instance to a Printer.
Save a CrashInfo instance to a parcel.