kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add crashlytics-ndk support

GreenAppers opened this issue · comments

I'm getting a SIGSEGV in libflutter.so that flutter_crashlytics doesn't catch.

All that's needed to also catch Android native crashes is to add the gradle dependency com.crashlytics.sdk.android:crashlytics-ndk

And then import com.crashlytics.android.ndk.CrashlyticsNdk, and call Fabric.with(context, Crashlytics(), CrashlyticsNdk())

For now I'll fork flutter_crashlytics and add it myself. Hopefully resulting in fixing whatever bug is causing a native crash.

Created #63 for discussion.