android.provider
Interface Checkin.Crashes
- All Superinterfaces:
- BaseColumns
- Enclosing class:
- Checkin
public static interface Checkin.Crashes
- extends BaseColumns
The crashes table is a log of crash reports, kept separate from the
general event log because crashes are large, important, and bursty.
Like the events table, the crashes table is pruned on insert.
TABLE_NAME
static final String TABLE_NAME
- See Also:
- Constant Field Values
CONTENT_URI
static final Uri CONTENT_URI
DATA
static final String DATA
- See Also:
- Constant Field Values
LOGS
static final String LOGS
- See Also:
- Constant Field Values
Please submit a feedback, bug or feature