This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Crashlytics not logging .NET exceptions on Android #526
Labels
investigating
Currently investigating this issue
This issue might be related to #443.
I am throwing a null reference exception using this code.
But Crashlytics fails to log and send it to the Firebase console. Whenever I use
Crashlytics.Instance.Crash()
though, it logs and successfully sends the crash to the Firebase console. So maybe Crashlytics only logs Java exceptions?I've also tried using this code as @Redth recommended in that issue but to no avail.
The text was updated successfully, but these errors were encountered: