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
This worked for me.
Crashlytics.log(message); Crashlytics.logException(exception);
Edit: I had missed this explanation.