Skip to content

Commit

Permalink
fix: playstore build compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Renard Wellnitz committed Oct 14, 2020
1 parent f0fbe4b commit b2e3b6b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ private class CrashlyticsLogger(val context: Context) : CrashLogger {
FirebaseCrashlytics.getInstance().recordException(exception)
}

override fun logMessage(message: String)
override fun logMessage(message: String) {
FirebaseCrashlytics.getInstance().log(message)
}


override fun setString(tag: String, value: String) {
Expand Down

0 comments on commit b2e3b6b

Please # to comment.