public static interface

Checkin.Crashes

implements BaseColumns
android.provider.Checkin.Crashes

Class Overview

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.

Summary

Constants
String DATA
String LOGS
String TABLE_NAME
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_URI

Constants

public static final String DATA

Constant Value: "data"

public static final String LOGS

Constant Value: "logs"

public static final String TABLE_NAME

Constant Value: "crashes"

Fields

public static final Uri CONTENT_URI