public class BreadcrumbVisibility
extends java.lang.Object
BreadcrumbVisibility is a set of integers that control the visibility of breadcrumbs reported by Instrumentation.leaveBreadcrumb(String, int) }.
| Modifier and Type | Field and Description |
|---|---|
static int |
CRASHES_AND_SESSIONS
When passed into
Instrumentation.leaveBreadcrumb(String, int), the breadcrumb will appear in crash snapshots and sessions. |
static int |
CRASHES_ONLY
When passed into
Instrumentation.leaveBreadcrumb(String, int), the breadcrumb will only appear in crash snapshots. |
public static final int CRASHES_ONLY
When passed into Instrumentation.leaveBreadcrumb(String, int), the breadcrumb will only appear in crash snapshots.
public static final int CRASHES_AND_SESSIONS
When passed into Instrumentation.leaveBreadcrumb(String, int), the breadcrumb will appear in crash snapshots and sessions. Note: This requires slightly more runtime overhead than CRASHES_ONLY.