diff options
Diffstat (limited to 'README.Android')
-rw-r--r-- | README.Android | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.Android b/README.Android index 2fe09e2b1a3e..9ae7fd3ec04f 100644 --- a/README.Android +++ b/README.Android @@ -46,6 +46,11 @@ know. But don't seem to be necessary on a real device anyway? * Debugging + Install the .apk to the device, start the application, and: + + cd android/experimental/LOAndroid3 + <android-ndk-r9d>/ndk-gdb --adb=<android-sdk-linux>/platform-tools/adb + Some versions of the NDK had a broken gdb in the way that it can see symbols only for shlibs that were already loaded when the debuggee was attached, so you need to carefully guess where to put: |