I'm developing an application that communicates with another device over usb, the problem is this makes it quote difficult to debug because I can't connect it to my PC at the same time. Is there a way of getting at the logcat out at a later date. That is, I have a bunch of log.d statements, I'm hoping I can run my app, and then afterwards connect it to my PC to download the resulting log statements?
Regards
Dan