A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
I
- i(String) - function in com.bugsnag.android.Logger
- Logs a message at the info level.
- i(String,Throwable) - function in com.bugsnag.android.Logger
- Logs a message at the info level.
- ImmutableConfig - class in com.bugsnag.android.internal
- ImmutableConfigKt - class in com.bugsnag.android.internal
- INFO - enum entry in com.bugsnag.android.Severity
- insert(Uri,ContentValues) - function in com.bugsnag.android.internal.AbstractStartupProvider
- insert(Uri,ContentValues,Bundle) - function in android.content.AbstractStartupProvider
- insert(Uri,ContentValues) - function in com.bugsnag.android.internal.BugsnagContentProvider
- insert(Uri,ContentValues,Bundle) - function in android.content.BugsnagContentProvider
- INTERNAL_ERRORS - enum entry in com.bugsnag.android.Telemetry
Errors within the Bugsnag SDK.
- INTERNAL_REPORT - enum entry in com.bugsnag.android.internal.TaskType
A task that sends an internal error report to Bugsnag.
- InternalMetrics - class in com.bugsnag.android.internal
- Stores internal metrics for Bugsnag use.
- InternalMetricsImpl - class in com.bugsnag.android.internal
- InternalMetricsNoop - class in com.bugsnag.android.internal
- invoke() - function in com.bugsnag.android.internal.dag.RunnableProvider
- Calculate the value of this Provider.
- IO - enum entry in com.bugsnag.android.internal.TaskType
A task that performs I/O, such as reading a file on disk. This should NOT include operations related to error/session storage - use ERROR_REQUEST or SESSION_REQUEST instead.
- isAttemptDeliveryOnCrash() - function in com.bugsnag.android.Configuration
- Whether Bugsnag should try to send crashing errors prior to app termination.
- isDiscardErrorClass(String) - function in com.bugsnag.android.NativeInterface
- Ask if an error class is on the configurable discard list.This is used by the native layer to decide whether to pass an event todeliverReport() or not.
- isInvalidApiKey(String) - function in com.bugsnag.android.internal.ImmutableConfigKt
- isStarted() - function in com.bugsnag.android.Bugsnag
- Returns true if one of the
startmethods have been has been called andso Bugsnag is initialized; false ifstarthas not been called and theother methods will throw{@code IllegalStateException}. - isTemporary() - function in android.content.AbstractStartupProvider
- isTemporary() - function in android.content.BugsnagContentProvider
- isUnhandled() - function in com.bugsnag.android.Event
- Whether the event was a crash (i.e.