0

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

1 Answers1

0

the trick to have adb debugging while doing USB communication is to use adb tcpip

ligi
  • 39,001
  • 44
  • 144
  • 244
  • Thanks that sounds like a good idea. Do you have a link to a tutorial? I've had a quick Google but can only find hits about people with connection problems – user1127815 Nov 24 '14 at 21:38
  • I got one: http://stackoverflow.com/questions/4893953/android-run-install-debug-applications-over-wifi – user1127815 Nov 24 '14 at 23:06