A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
C
- C - enum entry in com.bugsnag.android.ErrorType
An error captured from Android's C layer
- call(String,String,Bundle) - function in android.content.AbstractStartupProvider
- call(String,String,String,Bundle) - function in android.content.AbstractStartupProvider
- call(String,String,Bundle) - function in android.content.BugsnagContentProvider
- call(String,String,String,Bundle) - function in android.content.BugsnagContentProvider
- canonicalize(Uri) - function in android.content.AbstractStartupProvider
- canonicalize(Uri) - function in android.content.BugsnagContentProvider
- captureNothing() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- Return CaptureOptions that will not capture any optional fields.
- captureOnly(Integer,Set) - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- A convenience method to capture only selected event fields using a bit-mask of field names (a mask of CAPTURE_STACKTRACE, CAPTURE_BREADCRUMBS, etc.).
- captureOnly(Integer) - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- A convenience method to capture only selected event fields using a bit-mask of field names (a mask of CAPTURE_STACKTRACE, CAPTURE_BREADCRUMBS, etc.).
- clearCallingIdentity() - function in android.content.AbstractStartupProvider
- clearCallingIdentity() - function in android.content.BugsnagContentProvider
- clearFeatureFlag(String) - function in com.bugsnag.android.Bugsnag
- Remove a single feature flag regardless of its current status.
- clearFeatureFlag(String) - function in com.bugsnag.android.Client
- clearFeatureFlag(null) - function in com.bugsnag.android.Client
- clearFeatureFlag(String) - function in com.bugsnag.android.Configuration
- clearFeatureFlag(null) - function in com.bugsnag.android.Configuration
- clearFeatureFlag(String) - function in com.bugsnag.android.Event
- clearFeatureFlag(null) - function in com.bugsnag.android.Event
- clearFeatureFlags() - function in com.bugsnag.android.Bugsnag
- Clear all of the feature flags.
- clearFeatureFlags() - function in com.bugsnag.android.Client
- clearFeatureFlags() - function in com.bugsnag.android.Client
- clearFeatureFlags() - function in com.bugsnag.android.Configuration
- clearFeatureFlags() - function in com.bugsnag.android.Configuration
- clearFeatureFlags() - function in com.bugsnag.android.Event
- clearFeatureFlags() - function in com.bugsnag.android.Event
- clearMetadata(String) - function in com.bugsnag.android.Bugsnag
- Removes all the data from the specified section.
- clearMetadata(String,String) - function in com.bugsnag.android.Bugsnag
- Removes data with the specified key from the specified section.
- clearMetadata(String) - function in com.bugsnag.android.Client
- Removes all the data from the specified section.
- clearMetadata(String,String) - function in com.bugsnag.android.Client
- Removes data with the specified key from the specified section.
- clearMetadata(null) - function in com.bugsnag.android.Client
- clearMetadata(String) - function in com.bugsnag.android.Configuration
- Removes all the data from the specified section.
- clearMetadata(String,String) - function in com.bugsnag.android.Configuration
- Removes data with the specified key from the specified section.
- clearMetadata(null) - function in com.bugsnag.android.Configuration
- clearMetadata(String) - function in com.bugsnag.android.Event
- Removes all the data from the specified section.
- clearMetadata(String,String) - function in com.bugsnag.android.Event
- Removes data with the specified key from the specified section.
- clearMetadata(null) - function in com.bugsnag.android.Event
- clearMetadata(String,String) - function in com.bugsnag.android.NativeInterface
- Remove metadata from subsequent exception reports
- Client - class in com.bugsnag.android
- A Bugsnag Client instance allows you to use Bugsnag in your Android app.
- close() - function in com.bugsnag.android.JsonStream
- Flushes and closes this writer and the underlying Writer.
- com.bugsnag.android - package com.bugsnag.android
- com.bugsnag.android.internal - package com.bugsnag.android.internal
- com.bugsnag.android.internal.dag - package com.bugsnag.android.internal.dag
- comparingByKey() - function in java.util.FeatureFlag
- comparingByValue() - function in java.util.FeatureFlag
- Configuration - class in com.bugsnag.android
- User-specified configuration storage object, contains information specified at the client level, api-key and endpoint configuration.
- convertToError(Map) - function in com.bugsnag.android.internal.BugsnagMapper
- Convert the given
Mapof data to anErrorobject - convertToEvent(Map,String) - function in com.bugsnag.android.internal.BugsnagMapper
- Convert the given
Mapof data to anEventobject - convertToMap(Event) - function in com.bugsnag.android.internal.BugsnagMapper
- Convert a given
Eventobject to aMap<String, Any?> - convertToMap(Error) - function in com.bugsnag.android.internal.BugsnagMapper
- Convert a given
Errorobject to aMap<String, Any?> - copyOf(Map.Entry) - function in java.util.FeatureFlag
- createEmptyEvent() - function in com.bugsnag.android.NativeInterface
- Create an empty Event for a "handled exception" report.
- createEvent(Throwable,Client,SeverityReason) - function in com.bugsnag.android.NativeInterface
- Create an
{@code Event}object