Native Interface
Used as the entry point for native code to allow proguard to obfuscate other areas if needed
Functions
Link copied to clipboard
Link copied to clipboard
Remove metadata from subsequent exception reports
Link copied to clipboard
Link copied to clipboard
Return the client report app version
Link copied to clipboard
Retrieves a list of stored breadcrumbs from the static Client instance
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return which release stages notify
Link copied to clipboard
Return the client report endpoint
Link copied to clipboard
Get the last run info object
Link copied to clipboard
Retrieves global metadata from the static Client instance as a Map
Link copied to clipboard
Retrieves the directory used to store native crash reports
Link copied to clipboard
Return the client report release stage
Link copied to clipboard
Return the client session endpoint
Link copied to clipboard
Ask if an error class is on the configurable discard list.
Link copied to clipboard
Marks the launch period as complete
Link copied to clipboard
open fun notify(@NonNull nameBytes: Array<Byte>, @NonNull messageBytes: Array<Byte>, @NonNull severity: Severity, @NonNull stacktrace: Array<NativeStackframe>)
open fun notify(@NonNull nameBytes: Array<Byte>, @NonNull messageBytes: Array<Byte>, @NonNull severity: Severity, @NonNull stacktrace: Array<StackTraceElement>)
open fun notify(@NonNull name: String, @NonNull message: String, @NonNull severity: Severity, @NonNull stacktrace: Array<NativeStackframe>)
open fun notify(@NonNull name: String, @NonNull message: String, @NonNull severity: Severity, @NonNull stacktrace: Array<StackTraceElement>)
Notifies using the Android SDK
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Switches automatic ANR detection on/off after Bugsnag has initialized.
Link copied to clipboard
Switches automatic error detection on/off after Bugsnag has initialized.
Link copied to clipboard
Set the binary arch used in the application
Link copied to clipboard
Set the client report context
Link copied to clipboard