Hi. I have built AOSP for my Google Pixel 9 Pro XL. I have tried to use 14 and 15 versions of AOSP, engineer build with root and debuggable system. Also i have app with android::debuggable flag. When i try to debug i’m using android_server - i have a problem.
My steps:
Select my app for debug in the settings and switch on Wait for debugger option.
Start android_server.
Connect to the process in IDA Pro, check Suspend on process entry point, Suspend on thread start/exit, Suspend on library load/unload
Click continue process in IDA and nothing happens, i need to stop on loading app .so libraries. I have tried any apps and the situation is the same. For example i tried to use another device with android 10 and it works better…
Please check the guidelines in About the Bugs category. This forum is mainly intended for discussion between users and not as an official support channel.
Regarding your post, it’s not very clear what version you’re using, but it seems that Android 14 at least does something that breaks our debugger. We’re planning to look into it but not immediately.