I encounterred a weird issue that native crashed in a big file (over 27k lines) for debug version while no problem for release version.
I doubt that it’s related to the file size. Maybe debug version added too much debug info in the so. It worked fine for release version.
I use cmake in Android Studio. Anything I can do to get rid of this disgusting issue? You know, I wanna step by step debug ability…