[android-developers] Re: Logcat empty

2011-05-17 Thread Indicator Veritatis
The most common reason is that Eclipse automagically decided to select a different device. Click on the right device icon in the DDMS perspective. Or don't bother using the Perspective, run adb logcat in a dos/terminal window. On May 16, 5:46 pm, quique123 wrote: > im new to android and eclipse b

Re: [android-developers] Re: Logcat empty

2011-05-16 Thread Albert Rosa
Also on the top there should be a few lines stating emulator and the port its using depending if you just ran it a few times or debug. You may have to select one of those in order to view the respected log cat output. On May 16, 2011 8:56 PM, "Nicholas Johnson" wrote: > Are you seeing any logs in

[android-developers] Re: Logcat empty

2011-05-16 Thread Nicholas Johnson
Are you seeing any logs in your Logcat? You should see lots of stuff which Android pumps out into a log, even if you don't have any Log's in your code... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to