Search code examples
firebasexamarinxamarin.androidfirebase-crash-reporting

Firebase Crash Reporting grouping most Xamarin.Android exceptions


I'm using Firebase Crash Reporting with Xamarin.Forms. I successfully implemented Firebase Crash on my Android app, but most exceptions end up grouped based on android.runtime.JavaProxyThrowable.

How can I fix this?


Solution

  • Firebase Crash Reporting does not support apps that are not built using native code and tools. It doesn't understand frameworks like Xamarin, so you can expect that it may not be very useful in those environments. On Android, it only really knows how to deal with native Java stack traces from native code running the app.