android source code debugging on the device

1. Connect the device, lsusb finds MediaTek Inc 0e8d
2. Add vid to ~/.android/adb_usb.ini
3. Turn on the device, adb devices finds the device
4. Find Attach Debugger to Android Process

5. Set a breakpoint where debugging is required to start debugging

Guess you like

Origin blog.csdn.net/yn7901/article/details/105679358