I have an app that is best tested on mobile device, but I also like to see the catlog output. How can I see the catlog while running on mobile device?
Edit: Sorry I wasn't clear. You know how when you run app on desktop emulator, the eclipse will output logcat outputs? But I would like to see outputs to logcat when I run my app on a mobile device so to test it better.