I\'ve been testing Firebase Crashlytics and even though the normal crash report works right I can\'t success trying to generate a custom as it says the documentatio
Firebase Crashlytics
Just for updating the answer for log Kotlin with Firebase it is:
FirebaseCrashlytics.getInstance().log(error.toString())
And for Exception
FirebaseCrashlytics.getInstance().recordException(e)
See documentation: https://firebase.google.com/docs/crashlytics/get-started?platform=Android