Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

see android logcat without eclipse

I need my friends to see my app's log without installing eclipse. What is the easiest/fastest way to make them see the logs from my app? Do they just need to install the android-sdk and run monitor.bat?

like image 630
Stack Diego Avatar asked Dec 19 '12 17:12

Stack Diego


2 Answers

You can use DDMS.bat (or Monitor.bat) inside of the Android SDK

Additionally, you could install a logging app from the Play Store, such as aLogCat.

like image 186
Bryan Denny Avatar answered Sep 20 '22 02:09

Bryan Denny


  • You can use aLogCat as Bryan has pointed out.
  • If you have the sdk installed, you can run adb logcat from terminal.
like image 45
James McCracken Avatar answered Sep 20 '22 02:09

James McCracken