Example usage for Java android.app ApplicationErrorReport fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_CRASH An error report about an application crash. |
int | TYPE_ANR An error report about an application that's not responding. |
ApplicationErrorReport() Create an uninitialized instance of ApplicationErrorReport . |