A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
E
- e(String) - function in com.bugsnag.android.Logger
- Logs a message at the error level.
- e(String,Throwable) - function in com.bugsnag.android.Logger
- Logs a message at the error level.
- endArray() - function in com.bugsnag.android.JsonStream
- Ends encoding the current array.
- endObject() - function in com.bugsnag.android.JsonStream
- Ends encoding the current object.
- EndpointConfiguration - class in com.bugsnag.android
- Set the endpoints to send data to.
- equals(Object) - function in com.bugsnag.android.FeatureFlag
- equals(Object) - function in com.bugsnag.android.EndpointConfiguration
- equals(Object) - function in com.bugsnag.android.ErrorTypes
- equals(Object) - function in com.bugsnag.android.User
- Error - class in com.bugsnag.android
- An Error represents information extracted from a Throwable.
- ERROR - enum entry in com.bugsnag.android.BreadcrumbType
An error was sent to Bugsnag (internal use only)
- ERROR - enum entry in com.bugsnag.android.Severity
- ERROR_REQUEST - enum entry in com.bugsnag.android.internal.TaskType
A task that sends an error request. Any filesystem operations that persist/delete errors must be submitted using this type.
- ErrorCaptureOptions - class in com.bugsnag.android
- Granular flags for controlling data capture at notify time.
- ErrorCaptureOptions.Companion - class in com.bugsnag.android.ErrorCaptureOptions
- ErrorOptions - class in com.bugsnag.android
- Options for controlling how handled errors are reported.
- ErrorType - class in com.bugsnag.android
- Represents the type of error captured
- ErrorTypes - class in com.bugsnag.android
- Event - class in com.bugsnag.android
- An Event object represents a Throwable captured by Bugsnag and is available as a parameter on an OnErrorCallback, where individual properties can be mutated before an error report is sent to Bugsnag's API.
- EventPayload - class in com.bugsnag.android
- An error report payload.
- EventPayload.Companion - class in com.bugsnag.android.EventPayload
- execute(TaskType,Runnable) - function in com.bugsnag.android.internal.BackgroundTaskService