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

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java43 * <li> {@link #TYPE_CRASH} application crash. Information about the crash
70 public static final int TYPE_CRASH = 1; field in class:ApplicationErrorReport
90 * {@link #TYPE_CRASH}, {@link #TYPE_ANR}, {@link #TYPE_BATTERY},
123 * If this report is of type {@link #TYPE_CRASH}, contains an instance
242 case TYPE_CRASH:
269 case TYPE_CRASH:
687 case TYPE_CRASH:

Completed in 61 milliseconds