Dariusz Bacinski
Dariusz Bacinski

Reputation: 8670

Logcat standalone client

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

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

Upvotes: 9

Views: 10909

Answers (3)

Sandro Machado
Sandro Machado

Reputation: 10205

If you use a mac, you can always give a try to: https://github.com/YANOUSHek/LogCat

Upvotes: 0

Dariusz Bacinski
Dariusz Bacinski

Reputation: 8670

adb logcat standalone app is the answer.

It can be downloaded from this site.

Upvotes: 7

Cristian
Cristian

Reputation: 200080

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

Upvotes: 4

Related Questions