Searched defs:TYPE_CRASH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java41 * <li> {@link #TYPE_CRASH} application crash. Information about the crash
68 public static final int TYPE_CRASH = 1; field in class:ApplicationErrorReport
88 * {@link #TYPE_CRASH}, {@link #TYPE_ANR}, {@link #TYPE_BATTERY},
121 * If this report is of type {@link #TYPE_CRASH}, contains an instance
229 case TYPE_CRASH:
253 case TYPE_CRASH:
589 case TYPE_CRASH:

Completed in 8 milliseconds