debugging - How to make android debug stable? -
usually when debugging application , run code step step , debugger lost connect. happens in complex operation code. how make debug stable?
you may compile gdb
statically , push on device, , may run debugger right on device.