report
Send a handled exception information to Log &Crash Server for analyze exception with fatal level. Such exception logs can be queried by filtering for Handled, from error type of "Log &Crash Search Console" >"App Crash Search Tab".
Since
Added 2.57.0.
Parameters
message
Log messages to send to the Log &Crash server.
throwable
Exception requiring analysis.
open fun report(@NonNull message: String, @NonNull throwable: Throwable, @Nullable userFields: Map<String, String>)
Send a handled exception information to Log &Crash Server for analyze exception with fatal level. Such exception logs can be queried by filtering for Handled, from error type of "Log &Crash Search Console" >"App Crash Search Tab".
Since
Added 2.57.0.
Parameters
message
Log messages to send to the Log &Crash server.
throwable
Exception requiring analysis.
userFields
Additional information you want to send Log &Crash server together.