Java android.app ApplicationErrorReport fields, constructors, methods, implement or subclass

Example usage for Java android.app ApplicationErrorReport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app ApplicationErrorReport.

The text is from its open source code.

Field

intTYPE_CRASH
An error report about an application crash.
intTYPE_ANR
An error report about an application that's not responding.

Constructor

ApplicationErrorReport()
Create an uninitialized instance of ApplicationErrorReport .