I have a react-native app that's crashing in native code but only on Android release mode builds. I know it's possible to debug native code in Android Studio in debug mode. How do I attach a debugger to native code with Android Studio in release mode?
↧