CrashlyticsImpl

class CrashlyticsImpl(firebaseCrashlytics: FirebaseCrashlytics) : Crashlytics

Constructors

Link copied to clipboard
constructor(firebaseCrashlytics: FirebaseCrashlytics)

Functions

Link copied to clipboard
open override fun log(message: String)

Note that log does not send message right away, message is attached when recordException is called afterwards

Link copied to clipboard
open override fun logException(exceptionTitle: String, message: String)

Shorthand for log(message) + recordException(IllegalStateException(title))

Link copied to clipboard
open override fun recordException(throwable: Throwable)
Link copied to clipboard
open override fun setCustomKey(key: String, value: String)