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.
adb logcatwill 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:05adbstandalone can be downloaded from this site: wiki.cyanogenmod.com/index.php?title=ADB – darbat Sep 15 '10 at 17:18