Android – How to get Logcat for multiple devices running at the same time in Eclipse

androideclipselogcat

I have two android devices connected to the same station. I would like to view the logcat for both while running them in debug mode in eclipse.

I have had SOME luck with the following steps:

  1. Run the app on Device 1
  2. Run the app on Device 2
  3. Open a new window (window/new)
  4. In the new window, open view logcat

About 40% of the time this results in in each eclipse window showing data from a different phone… but not always. It seems to be almost a luck-of-the-draw kind of thing. More often than not both windows show the same device. If I open device viewer and select a device in either window both change.

How can I do this all the time?

Best Answer

This is a very late reply but probably you didn't find a solution.

Solution:

Click Window ---> Show View ---> Other ---> Android ---> Devices.

Simply click on a device to switch to its logcat.