Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logcat standalone client

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.

like image 647
Dariusz Bacinski Avatar asked Sep 14 '10 21:09

Dariusz Bacinski


1 Answers

adb logcat standalone app is the answer.

It can be downloaded from this site.

like image 89
Dariusz Bacinski Avatar answered Oct 05 '22 08:10

Dariusz Bacinski