A helper shell script named 'ndk-gdb' to easily launch a native debugging session for your NDK-generated machine code.
I cannot run run-as (or ndk-gdb) for the Galaxy S4 running Jellybean 4.2.2. ~ $ adb shell shell@android:/ $ run-as a.b.c …
android android-ndk gdb android-4.3-jelly-bean ndk-gdbI am trying to get ndk-gdb to work but I have some problems. My project structure is something like this: …
android android-ndk java-native-interface ndk-gdb