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
You can try to use adb in two different console windows to get the logcat for each one.
Example:
in console window 1: adb -s logcat in console window 2: adb -s logcat