Hello, developers~ i have a host which is a ubuntu server containing the complete source code of android OS. I also have a virtual machine running the android OS image file (i.e, it is a target). I would like to do remote single- step debugging on the Browser.apk in order to see how it calls the DNS resolver to resolve the domain name on the target from the host. i tried gdb and gdbserver, but i seems that it is only suitable for debugging c files. Browser.apk is compiled from java files and files with other extensions so i think jdb isn't suitable for this task as well. anyone could offer me a hint on what tool or approach i should apply?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en