A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
G
- get() - function in com.bugsnag.android.internal.dag.Provider
- Return the value sourced from this provider, throwing an exception if the provider failed to calculate a value.
- get() - function in com.bugsnag.android.internal.dag.RunnableProvider
- Return the value sourced from this provider, throwing an exception if the provider failed to calculate a value.
- get() - function in com.bugsnag.android.internal.dag.ValueProvider
- Return the value sourced from this provider, throwing an exception if the provider failed to calculate a value.
- getAnrs() - function in com.bugsnag.android.ErrorTypes
- Sets whether ANRs should be reported to Bugsnag.
- getApiKey() - function in com.bugsnag.android.Configuration
- Retrieves the API key used for events sent to Bugsnag.
- getApiKey() - function in com.bugsnag.android.Event
- The API key used for events sent to Bugsnag.
- getApiKey() - function in com.bugsnag.android.Session
- The API key used for session sent to Bugsnag.
- getApiKey() - function in com.bugsnag.android.EventPayload
- getApiKey() - function in com.bugsnag.android.internal.ImmutableConfig
- getApp() - function in com.bugsnag.android.Event
- Information set by the notifier about your app can be found in this field.
- getApp() - function in com.bugsnag.android.NativeInterface
- Retrieve app data from the static Client instance as a Map
- getApp() - function in com.bugsnag.android.Session
- Information set by the notifier about your app can be found in this field.
- getAppInfo() - function in com.bugsnag.android.internal.ImmutableConfig
- getAppType() - function in com.bugsnag.android.Configuration
- If your app's codebase contains different entry-points/processes, but reports to a singleBugsnag project, you might want to add information denoting the type of process the errorcame from.
- getAppType() - function in com.bugsnag.android.internal.ImmutableConfig
- getAppVersion() - function in com.bugsnag.android.Configuration
- Set the application version sent to Bugsnag.
- getAppVersion() - function in com.bugsnag.android.NativeInterface
- Return the client report app version
- getAppVersion() - function in com.bugsnag.android.internal.ImmutableConfig
- getAttemptDeliveryOnCrash() - function in com.bugsnag.android.internal.ImmutableConfig
- getAutoDetectErrors() - function in com.bugsnag.android.Configuration
- If you want to disable automatic detection of all errors, you can set this property to false.By default this property is true.
- getAutoDetectErrors() - function in com.bugsnag.android.internal.ImmutableConfig
- getAutoTrackSessions() - function in com.bugsnag.android.Configuration
- Sets whether Bugsnag should automatically capture and report User sessions wheneverthe app enters the foreground.
- getAutoTrackSessions() - function in com.bugsnag.android.internal.ImmutableConfig
- getBinaryArch() - function in com.bugsnag.android.App
- The architecture of the running application binary
- getBinaryArch() - function in com.bugsnag.android.AppWithState
- The architecture of the running application binary
- getBody() - function in com.bugsnag.android.AbstractHttpEntity
- Return the captured HTTP body if one has been set, or null.
- getBody() - function in com.bugsnag.android.Request
- Return the captured HTTP body if one has been set, or null.
- getBody() - function in com.bugsnag.android.Response
- Return the captured HTTP body if one has been set, or null.
- getBodyLength() - function in com.bugsnag.android.AbstractHttpEntity
- Return the body length (as set with setBodyLength) or -1 if none has been set.
- getBodyLength() - function in com.bugsnag.android.Request
- Return the body length (as set with setBodyLength) or -1 if none has been set.
- getBodyLength() - function in com.bugsnag.android.Response
- Return the body length (as set with setBodyLength) or -1 if none has been set.
- getBreadcrumbs() - function in com.bugsnag.android.Bugsnag
- Returns the current buffer of breadcrumbs that will be sent with captured events.
- getBreadcrumbs() - function in com.bugsnag.android.Client
- Returns the current buffer of breadcrumbs that will be sent with captured events.
- getBreadcrumbs() - function in com.bugsnag.android.Event
- A list of breadcrumbs leading up to the event.
- getBreadcrumbs() - function in com.bugsnag.android.NativeInterface
- Retrieves a list of stored breadcrumbs from the static Client instance
- getBreadcrumbs() - function in com.bugsnag.android.ErrorCaptureOptions
- Whether to capture breadcrumbs.
- getBuildUuid() - function in com.bugsnag.android.App
- getBuildUuid() - function in com.bugsnag.android.AppWithState
- getBuildUuid() - function in com.bugsnag.android.internal.ImmutableConfig
- getCallingAttributionSource() - function in android.content.AbstractStartupProvider
- getCallingAttributionSource() - function in android.content.BugsnagContentProvider
- getCallingAttributionTag() - function in android.content.AbstractStartupProvider
- getCallingAttributionTag() - function in android.content.BugsnagContentProvider
- getCallingPackage() - function in android.content.AbstractStartupProvider
- getCallingPackage() - function in android.content.BugsnagContentProvider
- getCallingPackageUnchecked() - function in android.content.AbstractStartupProvider
- getCallingPackageUnchecked() - function in android.content.BugsnagContentProvider
- getCapture() - function in com.bugsnag.android.ErrorOptions
- Controls which data fields are captured during Event creation.
- getCAPTURE_ALL() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- getCAPTURE_BREADCRUMBS() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- getCAPTURE_FEATURE_FLAGS() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- getCAPTURE_STACKTRACE() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- getCAPTURE_THREADS() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- getCAPTURE_USER() - function in com.bugsnag.android.ErrorCaptureOptions.Companion
- getClient() - function in com.bugsnag.android.Bugsnag
- Get the current Bugsnag Client instance.
- getClient() - function in com.bugsnag.android.NativeInterface
- getCode() - function in com.bugsnag.android.Stackframe
- Lines of the code surrounding the frame, where the lineNumber is the key (React Native only)
- getCodeBundleId() - function in com.bugsnag.android.App
- The revision ID from the manifest (React Native apps only)
- getCodeBundleId() - function in com.bugsnag.android.AppWithState
- The revision ID from the manifest (React Native apps only)
- getCodeIdentifier() - function in com.bugsnag.android.NativeStackframe
- Identifies the exact build this frame originates from.
- getCodeIdentifier() - function in com.bugsnag.android.Stackframe
- Identifies the exact build this frame originates from.
- getColumnNumber() - function in com.bugsnag.android.Stackframe
- The column number of the frame (React Native only)
- getConsecutiveLaunchCrashes() - function in com.bugsnag.android.LastRunInfo
- The number times the app has consecutively crashed during its launch period.
- getContext() - function in com.bugsnag.android.Bugsnag
- Bugsnag uses the concept of "contexts" to help display and group your errors.
- getContext() - function in com.bugsnag.android.Client
- Bugsnag uses the concept of "contexts" to help display and group your errors.
- getContext() - function in com.bugsnag.android.Configuration
- Bugsnag uses the concept of "contexts" to help display and group your errors.
- getContext() - function in com.bugsnag.android.Event
- Returns the context of the error.
- getContext() - function in com.bugsnag.android.NativeInterface
- getContext() - function in android.content.AbstractStartupProvider
- getContext() - function in android.content.BugsnagContentProvider
- getContextActivity() - function in com.bugsnag.android.StateEvent.UpdateInForeground
- getCpuAbi() - function in com.bugsnag.android.NativeInterface
- Retrieve the CPU ABI(s) for the current device
- getCpuAbi() - function in com.bugsnag.android.Device
- The Application Binary Interface used
- getCpuAbi() - function in com.bugsnag.android.DeviceWithState
- The Application Binary Interface used
- getCrashed() - function in com.bugsnag.android.LastRunInfo
- Whether the last app run ended with a crash, or was abnormally terminated by the system.
- getCrashedDuringLaunch() - function in com.bugsnag.android.LastRunInfo
- True if the previous app run ended with a crash during its launch period.
- getCurrentSession() - function in com.bugsnag.android.NativeInterface
- getDEFAULT_MAX_PAYLOAD_SIZE() - function in com.bugsnag.android.EventPayload.Companion
- The default maximum payload size for trimToSize, payloads larger than this will typically be rejected by BugSnag.
- getDelivery() - function in com.bugsnag.android.Configuration
- The Delivery implementation used to make network calls to the BugsnagError Reporting andSessions API.
- getDelivery() - function in com.bugsnag.android.internal.ImmutableConfig
- getDeliveryStrategy() - function in com.bugsnag.android.Event
- Returns the delivery strategy for this event, which determines how the eventshould be delivered to the Bugsnag API.
- getDependencies() - function in com.bugsnag.android.Notifier
- getDescriptor() - function in com.bugsnag.android.Thread.State
- getDevice() - function in com.bugsnag.android.Event
- Information set by the notifier about your device can be found in this field.
- getDevice() - function in com.bugsnag.android.NativeInterface
- Retrieve device data from the static Client instance as a Map
- getDevice() - function in com.bugsnag.android.Session
- Information set by the notifier about your device can be found in this field.
- getDiscardClasses() - function in com.bugsnag.android.Configuration
- Allows you to specify the fully-qualified name of error classes that will be discardedbefore being sent to Bugsnag if they are detected.
- getDiscardClasses() - function in com.bugsnag.android.internal.ImmutableConfig
- getDuration() - function in com.bugsnag.android.AppWithState
- The number of milliseconds the application was running before the event occurred
- getDurationInForeground() - function in com.bugsnag.android.AppWithState
- The number of milliseconds the application was running in the foreground before the event occurred
- getEmail() - function in com.bugsnag.android.User
- getEnabledBreadcrumbTypes() - function in com.bugsnag.android.Configuration
- By default we will automatically add breadcrumbs for common application events such asactivity lifecycle events and system intents.
- getEnabledBreadcrumbTypes() - function in com.bugsnag.android.internal.ImmutableConfig
- getEnabledErrorTypes() - function in com.bugsnag.android.Configuration
- Bugsnag will automatically detect different types of error in your application.If you wish to control exactly which types are enabled, set this property.
- getEnabledErrorTypes() - function in com.bugsnag.android.internal.ImmutableConfig
- getEnabledReleaseStages() - function in com.bugsnag.android.Configuration
- By default, Bugsnag will be notified of events that happen in any releaseStage.If you would like to change which release stages notify Bugsnag you can set this property.
- getEnabledReleaseStages() - function in com.bugsnag.android.NativeInterface
- Return which release stages notify
- getEnabledReleaseStages() - function in com.bugsnag.android.internal.ImmutableConfig
- getEndpoint() - function in com.bugsnag.android.NativeInterface
- Return the client report endpoint
- getEndpoint() - function in com.bugsnag.android.DeliveryParams
- The endpoint to which the payload should be sent
- getEndpoints() - function in com.bugsnag.android.Configuration
- Set the endpoints to send data to.
- getEndpoints() - function in com.bugsnag.android.internal.ImmutableConfig
- getErrorClass() - function in com.bugsnag.android.Error
- Gets the fully-qualified class name of the Throwable
- getErrorMessage() - function in com.bugsnag.android.Error
- The message string from the Throwable
- getErrorReportingThread() - function in com.bugsnag.android.Thread
- Gets whether the thread was the thread that caused the event
- getErrors() - function in com.bugsnag.android.Event
- Information extracted from the Throwable that caused the event can be found in thisfield.
- getEvent() - function in com.bugsnag.android.EventPayload
- getFeatureFlags() - function in com.bugsnag.android.Event
- A list of feature flags active at the time of the event.
- getFeatureFlags() - function in com.bugsnag.android.ErrorCaptureOptions
- Whether to capture feature flags.
- getFile() - function in com.bugsnag.android.NativeStackframe
- The location of the source file
- getFile() - function in com.bugsnag.android.Stackframe
- The location of the source file
- getFrameAddress() - function in com.bugsnag.android.NativeStackframe
- The address of the instruction where the event occurred.
- getFrameAddress() - function in com.bugsnag.android.Stackframe
- The address of the instruction where the event occurred.
- getFreeDisk() - function in com.bugsnag.android.DeviceWithState
- The number of free bytes of storage available on the device
- getFreeMemory() - function in com.bugsnag.android.DeviceWithState
- The number of free bytes of memory available on the device
- getGenerateAnonymousId() - function in com.bugsnag.android.Configuration
- Set whether Bugsnag should generate an anonymous ID and persist it in local storageIf disabled, any device ID that has been persisted will not be retrieved, and no newdevice ID will be generated or stored
- getGenerateAnonymousId() - function in com.bugsnag.android.internal.ImmutableConfig
- getGroupingDiscriminator() - function in com.bugsnag.android.Bugsnag
- getGroupingDiscriminator() - function in com.bugsnag.android.Client
- Returns the current global error grouping discriminator, or null if none is set.
- getGroupingDiscriminator() - function in com.bugsnag.android.Event
- getGroupingHash() - function in com.bugsnag.android.Event
- Set the grouping hash of the event to override the default grouping on the dashboard.All events with the same grouping hash will be grouped together into one error.
- getHeader(String) - function in com.bugsnag.android.AbstractHttpEntity
- Return the HTTP header by name or an empty string if the header is not present.
- getHeader(String) - function in com.bugsnag.android.Request
- Return the HTTP header by name or an empty string if the header is not present.
- getHeader(String) - function in com.bugsnag.android.Response
- Return the HTTP header by name or an empty string if the header is not present.
- getHeaderNames() - function in com.bugsnag.android.AbstractHttpEntity
- Return the headers that are set for this HTTP entity.
- getHeaderNames() - function in com.bugsnag.android.Request
- Return the headers that are set for this HTTP entity.
- getHeaderNames() - function in com.bugsnag.android.Response
- Return the headers that are set for this HTTP entity.
- getHeaders() - function in com.bugsnag.android.DeliveryParams
- The HTTP headers which must be attached to the request
- getHttpMethod() - function in com.bugsnag.android.Request
- Return the HTTP method for this request (e.g.
- getHttpVersion() - function in com.bugsnag.android.Request
- Return the HTTP version for this request (e.g.
- getId() - function in com.bugsnag.android.Session
- Retrieves the session ID.
- getId() - function in com.bugsnag.android.Thread
- Gets the unique ID of the thread (from java.lang.Thread)
- getId() - function in com.bugsnag.android.App
- The package name of the application
- getId() - function in com.bugsnag.android.AppWithState
- The package name of the application
- getId() - function in com.bugsnag.android.Device
- A UUID generated by Bugsnag and used for the individual application on a device
- getId() - function in com.bugsnag.android.DeviceWithState
- A UUID generated by Bugsnag and used for the individual application on a device
- getId() - function in com.bugsnag.android.ThreadInternal
- getId() - function in com.bugsnag.android.User
- getInForeground() - function in com.bugsnag.android.AppWithState
- Whether the application was in the foreground when the event occurred
- getInProject() - function in com.bugsnag.android.Stackframe
- Whether the package is considered to be in your project for the purposes of grouping and readability on the Bugsnag dashboard.
- getIntegrityToken() - function in com.bugsnag.android.Session
- getIntegrityToken() - function in com.bugsnag.android.Session
- getIntegrityToken() - function in com.bugsnag.android.Deliverable
- getIntegrityToken() - function in com.bugsnag.android.EventPayload
- getIsComplete() - function in com.bugsnag.android.internal.dag.Provider
- getIsComplete() - function in com.bugsnag.android.internal.dag.RunnableProvider
- getIsComplete() - function in com.bugsnag.android.internal.dag.ValueProvider
- getIsErrorReportingThread() - function in com.bugsnag.android.ThreadInternal
- getIsFatal() - function in com.bugsnag.android.ErrorOptions
- Use with caution.
- getIsHtmlSafe() - function in com.bugsnag.android.JsonStream
- Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
- getIsLaunching() - function in com.bugsnag.android.AppWithState
- Whether the application was launching when the event occurred
- getIsLenient() - function in com.bugsnag.android.JsonStream
- Configure this writer to relax its syntax rules.
- getIsPC() - function in com.bugsnag.android.NativeStackframe
- Whether this frame identifies the program counter
- getIsPC() - function in com.bugsnag.android.Stackframe
- Whether this frame identifies the program counter
- getJailbroken() - function in com.bugsnag.android.Device
- Whether the device has been jailbroken
- getJailbroken() - function in com.bugsnag.android.DeviceWithState
- Whether the device has been jailbroken
- getKey() - function in com.bugsnag.android.FeatureFlag
- Same as getName.
- getKey() - function in java.util.FeatureFlag
- getLastRunInfo() - function in com.bugsnag.android.Bugsnag
- Retrieves information about the last launch of the application, if it has been run before.
- getLastRunInfo() - function in com.bugsnag.android.Client
- Retrieves information about the last launch of the application, if it has been run before.For example, this allows checking whether the app crashed on its last launch, which couldbe used to perform conditional behaviour to recover from crashes, such as clearing theapp data cache.
- getLastRunInfo() - function in com.bugsnag.android.NativeInterface
- Get the last run info object
- getLaunchDurationMillis() - function in com.bugsnag.android.Configuration
- Sets the threshold in milliseconds for an uncaught error to be considered as a crash onlaunch.
- getLaunchDurationMillis() - function in com.bugsnag.android.internal.ImmutableConfig
- getLineNumber() - function in com.bugsnag.android.NativeStackframe
- The line number within the source file this stackframe refers to
- getLineNumber() - function in com.bugsnag.android.Stackframe
- The line number within the source file this stackframe refers to
- getLoadAddress() - function in com.bugsnag.android.NativeStackframe
- The address of the library where the event occurred.
- getLoadAddress() - function in com.bugsnag.android.Stackframe
- The address of the library where the event occurred.
- getLocale() - function in com.bugsnag.android.Device
- The IETF language tag of the locale used
- getLocale() - function in com.bugsnag.android.DeviceWithState
- The IETF language tag of the locale used
- getLogger() - function in com.bugsnag.android.Configuration
- By default, the notifier's log messages will be logged using android.util.Logwith a "Bugsnag" tag unless the releaseStage is "production".
- getLogger() - function in com.bugsnag.android.NativeInterface
- getLogger() - function in com.bugsnag.android.internal.ImmutableConfig
- getManufacturer() - function in com.bugsnag.android.Device
- The manufacturer of the device used
- getManufacturer() - function in com.bugsnag.android.DeviceWithState
- The manufacturer of the device used
- getMaxBreadcrumbs() - function in com.bugsnag.android.Configuration
- Sets the maximum number of breadcrumbs which will be stored.
- getMaxBreadcrumbs() - function in com.bugsnag.android.internal.ImmutableConfig
- getMaxPersistedEvents() - function in com.bugsnag.android.Configuration
- Sets the maximum number of persisted events which will be stored.
- getMaxPersistedEvents() - function in com.bugsnag.android.internal.ImmutableConfig
- getMaxPersistedSessions() - function in com.bugsnag.android.Configuration
- Sets the maximum number of persisted sessions which will be stored.
- getMaxPersistedSessions() - function in com.bugsnag.android.internal.ImmutableConfig
- getMaxReportedThreads() - function in com.bugsnag.android.Configuration
- Gets the maximum number of threads that will be reported with an event.
- getMaxReportedThreads() - function in com.bugsnag.android.internal.ImmutableConfig
- getMaxStringValueLength() - function in com.bugsnag.android.Configuration
- Gets the maximum string length in any metadata field.
- getMaxStringValueLength() - function in com.bugsnag.android.internal.ImmutableConfig
- getMessage() - function in com.bugsnag.android.Breadcrumb
- Gets the description of the breadcrumb
- getMetadata() - function in com.bugsnag.android.Breadcrumb
- Gets diagnostic data relating to the breadcrumb
- getMetadata(String) - function in com.bugsnag.android.Bugsnag
- Returns a map of data in the specified section.
- getMetadata(String,String) - function in com.bugsnag.android.Bugsnag
- Returns the value of the specified key in the specified section.
- getMetadata(String) - function in com.bugsnag.android.Client
- Returns a map of data in the specified section.
- getMetadata(String,String) - function in com.bugsnag.android.Client
- Returns the value of the specified key in the specified section.
- getMetadata(null) - function in com.bugsnag.android.Client
- getMetadata(String) - function in com.bugsnag.android.Configuration
- Returns a map of data in the specified section.
- getMetadata(String,String) - function in com.bugsnag.android.Configuration
- Returns the value of the specified key in the specified section.
- getMetadata(null) - function in com.bugsnag.android.Configuration
- getMetadata(String) - function in com.bugsnag.android.Event
- Returns a map of data in the specified section.
- getMetadata(String,String) - function in com.bugsnag.android.Event
- Returns the value of the specified key in the specified section.
- getMetadata(null) - function in com.bugsnag.android.Event
- getMetadata() - function in com.bugsnag.android.NativeInterface
- Retrieves global metadata from the static Client instance as a Map
- getMetadata() - function in com.bugsnag.android.ErrorCaptureOptions
- Controls which custom metadata tabs are included.
- getMethod() - function in com.bugsnag.android.NativeStackframe
- The name of the method that was being executed
- getMethod() - function in com.bugsnag.android.Stackframe
- The name of the method that was being executed
- getModel() - function in com.bugsnag.android.Device
- The model name of the device used
- getModel() - function in com.bugsnag.android.DeviceWithState
- The model name of the device used
- getName() - function in com.bugsnag.android.FeatureFlag
- getName() - function in com.bugsnag.android.Thread
- Gets the name of the thread (from java.lang.Thread)
- getName() - function in com.bugsnag.android.BreadcrumbType
- getName() - function in com.bugsnag.android.DeliveryStatus
- getName() - function in com.bugsnag.android.DeliveryStrategy
- getName() - function in com.bugsnag.android.ErrorType
- getName() - function in com.bugsnag.android.Notifier
- getName() - function in com.bugsnag.android.Severity
- getName() - function in com.bugsnag.android.Telemetry
- getName() - function in com.bugsnag.android.ThreadInternal
- getName() - function in com.bugsnag.android.ThreadSendPolicy
- getName() - function in com.bugsnag.android.User
- getName() - function in com.bugsnag.android.internal.TaskType
- getNativeReportPath() - function in com.bugsnag.android.NativeInterface
- Retrieves the directory used to store native crash reports
- getNdkCrashes() - function in com.bugsnag.android.ErrorTypes
- Determines whether NDK crashes such as signals and exceptions should be reported by bugsnag.
- getNotify() - function in com.bugsnag.android.EndpointConfiguration
- Configures the endpoint to which events should be sent
- getOrdinal() - function in com.bugsnag.android.BreadcrumbType
- getOrdinal() - function in com.bugsnag.android.DeliveryStatus
- getOrdinal() - function in com.bugsnag.android.DeliveryStrategy
- getOrdinal() - function in com.bugsnag.android.ErrorType
- getOrdinal() - function in com.bugsnag.android.Severity
- getOrdinal() - function in com.bugsnag.android.Telemetry
- getOrdinal() - function in com.bugsnag.android.ThreadSendPolicy
- getOrdinal() - function in com.bugsnag.android.internal.TaskType
- getOrientation() - function in com.bugsnag.android.DeviceWithState
- The orientation of the device when the event occurred: either portrait or landscape
- getOriginalError() - function in com.bugsnag.android.Event
- The Throwable object that caused the event in your application.
- getOrNull() - function in com.bugsnag.android.internal.dag.Provider
- Same as get but will return
nullinstead of throwing an exception if the value could not be computed. - getOrNull() - function in com.bugsnag.android.internal.dag.RunnableProvider
- Same as get but will return
nullinstead of throwing an exception if the value could not be computed. - getOrNull() - function in com.bugsnag.android.internal.dag.ValueProvider
- Same as get but will return
nullinstead of throwing an exception if the value could not be computed. - getOsName() - function in com.bugsnag.android.Device
- The name of the operating system running on the device used
- getOsName() - function in com.bugsnag.android.DeviceWithState
- The name of the operating system running on the device used
- getOsVersion() - function in com.bugsnag.android.Device
- The version of the operating system running on the device used
- getOsVersion() - function in com.bugsnag.android.DeviceWithState
- The version of the operating system running on the device used
- getOutOfMemoryHandler() - function in com.bugsnag.android.Bugsnag
- Return the currently defined OutOfMemoryHandler if one is being used.
- getOutOfMemoryHandler() - function in com.bugsnag.android.Client
- Return the currently defined OutOfMemoryHandler if one is being used.
- getPackageInfo() - function in com.bugsnag.android.internal.ImmutableConfig
- getPathPermissions() - function in android.content.AbstractStartupProvider
- getPathPermissions() - function in android.content.BugsnagContentProvider
- getPersistenceDirectory() - function in com.bugsnag.android.Configuration
- Sets the directory where event and session JSON payloads should be persisted if a networkrequest is not successful.
- getPersistenceDirectory() - function in com.bugsnag.android.internal.ImmutableConfig
- getPersistUser() - function in com.bugsnag.android.Configuration
- Set whether or not Bugsnag should persist user information between application sessions.
- getPersistUser() - function in com.bugsnag.android.internal.ImmutableConfig
- getProjectPackages() - function in com.bugsnag.android.Configuration
- Sets which package names Bugsnag should consider as a part of therunning application.
- getProjectPackages() - function in com.bugsnag.android.internal.ImmutableConfig
- getQueryParameter(String) - function in com.bugsnag.android.Request
- Return the query parameter value by name or null if the parameter is not present.
- getQueryParameterNames() - function in com.bugsnag.android.Request
- Return the query parameter names that are set for this request.
- getReadPermission() - function in android.content.AbstractStartupProvider
- getReadPermission() - function in android.content.BugsnagContentProvider
- getRedactedKeys() - function in com.bugsnag.android.Configuration
- Sets which values should be removed from any Metadata objects beforesending them to Bugsnag.
- getRedactedKeys() - function in com.bugsnag.android.internal.ImmutableConfig
- getReleaseStage() - function in com.bugsnag.android.Configuration
- If you would like to distinguish between errors that happen in different stages of theapplication release process (development, production, etc.) you can set the releaseStagethat is reported to Bugsnag.
- getReleaseStage() - function in com.bugsnag.android.NativeInterface
- Return the client report release stage
- getReleaseStage() - function in com.bugsnag.android.App
- The release stage set in Configuration.
- getReleaseStage() - function in com.bugsnag.android.AppWithState
- The release stage set in Configuration.
- getReleaseStage() - function in com.bugsnag.android.internal.ImmutableConfig
- getRequest() - function in com.bugsnag.android.Event
- Returns the HTTP request associated with this event, if any.
- getResponse() - function in com.bugsnag.android.Event
- Returns the HTTP response associated with this event, if any.
- getRuntimeVersions() - function in com.bugsnag.android.Device
- getRuntimeVersions() - function in com.bugsnag.android.DeviceWithState
- getSendLaunchCrashesSynchronously() - function in com.bugsnag.android.Configuration
- Sets whether Bugsnag should send crashes synchronously that occurred duringthe application's launch period.
- getSendLaunchCrashesSynchronously() - function in com.bugsnag.android.internal.ImmutableConfig
- getSendThreads() - function in com.bugsnag.android.Configuration
- Controls whether we should capture and serialize the state of all threads at the timeof an error.
- getSendThreads() - function in com.bugsnag.android.internal.ImmutableConfig
- getSessionEndpoint() - function in com.bugsnag.android.NativeInterface
- Return the client session endpoint
- getSessions() - function in com.bugsnag.android.EndpointConfiguration
- Configures the endpoint to which sessions should be sent
- getSeverity() - function in com.bugsnag.android.Event
- The severity of the event.
- getStacktrace() - function in com.bugsnag.android.Error
- Gets a representation of the stacktrace
- getStacktrace() - function in com.bugsnag.android.Thread
- Gets a representation of the thread's stacktrace
- getStacktrace() - function in com.bugsnag.android.ErrorCaptureOptions
- Whether to capture stacktrace.
- getStacktrace() - function in com.bugsnag.android.ThreadInternal
- getStartedAt() - function in com.bugsnag.android.Session
- Gets the session start time.
- getState() - function in com.bugsnag.android.Thread
- Gets the state of the thread (from java.lang.Thread)
- getState() - function in com.bugsnag.android.ThreadInternal
- getStatusCode() - function in com.bugsnag.android.Response
- getStreamTypes(Uri,String) - function in android.content.AbstractStartupProvider
- getStreamTypes(Uri,String) - function in android.content.BugsnagContentProvider
- getSymbolAddress() - function in com.bugsnag.android.NativeStackframe
- The address of the function where the event occurred.
- getSymbolAddress() - function in com.bugsnag.android.Stackframe
- The address of the function where the event occurred.
- getTelemetry() - function in com.bugsnag.android.Configuration
- getTelemetry() - function in com.bugsnag.android.internal.ImmutableConfig
- getThreadCollectionTimeLimitMillis() - function in com.bugsnag.android.Configuration
- Gets the maximum time for collecting threads and traces.By default, up to 200 threads are reported.
- getThreadCollectionTimeLimitMillis() - function in com.bugsnag.android.internal.ImmutableConfig
- getThreads() - function in com.bugsnag.android.Event
- If thread state is being captured along with the event, this field will contain alist of Thread objects.
- getThreads() - function in com.bugsnag.android.ErrorCaptureOptions
- Whether to capture thread state.
- getTime() - function in com.bugsnag.android.DeviceWithState
- The timestamp on the device when the event occurred
- getTimestamp() - function in com.bugsnag.android.Breadcrumb
- The timestamp that the breadcrumb was left
- getTotalMemory() - function in com.bugsnag.android.Device
- The total number of bytes of memory on the device
- getTotalMemory() - function in com.bugsnag.android.DeviceWithState
- The total number of bytes of memory on the device
- getType() - function in com.bugsnag.android.Breadcrumb
- Gets the type of breadcrumb left - one of those enabled in getEnabledBreadcrumbTypes
- getType() - function in com.bugsnag.android.Error
- Sets the type of error based on the originating platform (intended for internal use only)
- getType() - function in com.bugsnag.android.Thread
- Gets the type of thread based on the originating platform (intended for internal use only)
- getType() - function in com.bugsnag.android.App
- The application type set in Configuration#version
- getType() - function in com.bugsnag.android.AppWithState
- The application type set in Configuration#version
- getType() - function in com.bugsnag.android.NativeStackframe
- The type of the error
- getType() - function in com.bugsnag.android.Stackframe
- The type of the error
- getType() - function in com.bugsnag.android.ThreadInternal
- getType(Uri) - function in com.bugsnag.android.internal.AbstractStartupProvider
- getType(Uri) - function in com.bugsnag.android.internal.BugsnagContentProvider
- getTypeAnonymous(Uri) - function in android.content.AbstractStartupProvider
- getTypeAnonymous(Uri) - function in android.content.BugsnagContentProvider
- getUnhandledCount() - function in com.bugsnag.android.StateEvent.StartSession
- getUnhandledExceptions() - function in com.bugsnag.android.ErrorTypes
- Sets whether Bugsnag should automatically capture and report unhandled errors.
- getUnhandledRejections() - function in com.bugsnag.android.ErrorTypes
- Sets whether Bugsnag should automatically capture and report unhandled promise rejections.
- getUrl() - function in com.bugsnag.android.Request
- Return the URL for this request, excluding query parameters.
- getUrl() - function in com.bugsnag.android.Notifier
- getUser() - function in com.bugsnag.android.Bugsnag
- Returns the currently set User information.
- getUser() - function in com.bugsnag.android.Client
- Returns the currently set User information.
- getUser() - function in com.bugsnag.android.Client
- getUser() - function in com.bugsnag.android.Configuration
- Returns the currently set User information.
- getUser() - function in com.bugsnag.android.Configuration
- getUser() - function in com.bugsnag.android.Event
- Returns the currently set User information.
- getUser() - function in com.bugsnag.android.Event
- getUser() - function in com.bugsnag.android.NativeInterface
- Retrieve user data from the static Client instance as a Map
- getUser() - function in com.bugsnag.android.Session
- Returns the currently set User information.
- getUser() - function in com.bugsnag.android.Session
- getUser() - function in com.bugsnag.android.ErrorCaptureOptions
- Whether to capture user information.
- getValue() - function in com.bugsnag.android.FeatureFlag
- Same as getVariant.
- getValue() - function in java.util.FeatureFlag
- getVariant() - function in com.bugsnag.android.FeatureFlag
- getVersion() - function in com.bugsnag.android.App
- The version of the application set in Configuration.
- getVersion() - function in com.bugsnag.android.AppWithState
- The version of the application set in Configuration.
- getVersion() - function in com.bugsnag.android.Notifier
- getVersionCode() - function in com.bugsnag.android.Configuration
- We'll automatically pull your versionCode from the versionCode fieldin your AndroidManifest.xml file.
- getVersionCode() - function in com.bugsnag.android.App
- The version code of the application set in Configuration.
- getVersionCode() - function in com.bugsnag.android.AppWithState
- The version code of the application set in Configuration.
- getVersionCode() - function in com.bugsnag.android.internal.ImmutableConfig
- getWritePermission() - function in android.content.AbstractStartupProvider
- getWritePermission() - function in android.content.BugsnagContentProvider