I am working on web services for an Android app, to better understand its working. I want to view the logs of the app on my pc, for this I have done the following things:
- I have installed Eclipse on my Ubuntu 14.04 pc.
- I have connected the Android device by using USB cable.
- I have turned on USB debugging mode on my Android device.
Now my requirement is, I want to view the logs on my PC of the running app on my device. How can I do this?