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.

link|improve this question

2  
adb logcat will work without having to install eclipse, but you will need to at least download the SDK. The SDK itself is pretty small so long as you don't download the libraries for the specific android builds. The package you download contains all of the tools, like adb, for that sort of thing. Would that work? – Chris Thompson Sep 14 '10 at 21:05
thx Chris, adb standalone can be downloaded from this site: wiki.cyanogenmod.com/index.php?title=ADB – darbat Sep 15 '10 at 17:18
feedback

2 Answers

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).

link|improve this answer
feedback
up vote 3 down vote accepted

adb logcat standalone app is the answer.

It can be downloaded from this site.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.