I modified the libwebcore.so in my Android rootfs and now I want to debug it but the browser crashes instantly if I start with
am start -n com.android.browser/.BrowserActivity
If I'm trying to start with -D switch it hangs and says:
Application Browser (process com.android.browser) is waiting for the debugger to attach
But when I attach the gdbserver to the browser pid nothing happens.
So is there a way to debug the browser if it crashes after you start it?