0

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:

  1. I have installed Eclipse on my Ubuntu 14.04 pc.
  2. I have connected the Android device by using USB cable.
  3. 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?

halfer
  • 19,824
  • 17
  • 99
  • 186
Amrinder Singh
  • 5,300
  • 12
  • 46
  • 88

1 Answers1

0

If your device is connected and the screen is unlocked, you can view the logs in the LogCat, you can open logcat from here:

Window > Show View > Other > Android > LogCat

Ashish Ranjan
  • 5,523
  • 2
  • 18
  • 39