Flutter App Crashing: FlutterJNI.nativeSurfaceDestroyed
& SIGSEGV
in libflutter.so
I'm facing crashes in my Flutter app, and the logs point to issues with FlutterJNI.nativeSurfaceDestroyed
and SIGSEGV
in libflutter.so
. The app runs fine for some time, but then crashes randomly. Below are the logs, environment details, and my current setup.