Skip to content

Commit

Permalink
Fixed an issue where messages weren't correctly passed to Crashlytics (
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus authored Dec 1, 2023
1 parent 1741d8f commit eb3b339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class CrashReportingTree : Timber.Tree() {
) {
try {
throwable?.let {
Firebase.crashlytics.log("message")
Firebase.crashlytics.log("tag: $tag, message: $message, throwable: ${throwable.message}")
}
} catch (error: Exception) {
Log.e("CrashReportingTree", "Failed to log to CrashReportingTree. \n[ tag: $tag\nmessage: $message. ]", error)
Expand Down

0 comments on commit eb3b339

Please sign in to comment.