views:

50

answers:

2

I have developed android application. Now it is time to give it to the beta testers.

Is there the standalone application witch will collect LogCat output? I do not want to force testers to install whole android development environment. I was thinking about application witch will collect logs through usb port and display them to the PC console (logging to the SD card is not convenient), so that tester could provide crash trace or some debugging info.

+2  A: 

Yes, android-log-collector. This app is really helpful... the testers just have to installing, and when they need to send a log trace, just execute this app and choose how to send the logcat to you (email, for instance).

Cristian
+1  A: 

adb logcat standalone app is the answer.

It can be downloaded from this site.

darbat