5
edits
AlexPakhotin (talk | contribs) |
m (Tweak a broken link.) |
||
Line 38: | Line 38: | ||
===Debugging=== | ===Debugging=== | ||
Use gdb/gdbserver as described on the [[Android# | Use gdb/gdbserver as described on the [[Android#Debugging_with_GDB|main page]], just instead of attaching to a process, run it with gdbserver: | ||
(Host)$ adb forward tcp:1234 tcp:1234 | (Host)$ adb forward tcp:1234 tcp:1234 |
edits