ANDROID: logcat on device

Here's another gripe. When you have both the emulator & device running, the adb logcat doesn't know which to listen to, and as a result outputs NOTHING.

to solve you'd simply close the emulator or device, whichever you aren't currently using.

also, as an added bonus, I found out how to cue up logcat via command prompt:

adb logcat -s DEVICE_NAME

No comments: