[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 quique...@gmail.com wrote:
 im new to android and eclipse but I've gotten a few projects to work
 on my Mac in the emulator.  Today I was learning to use the logcat
 tool but as soon as I went to the ddms perspective and the logcat is
 empty even though I have a log.d line in my code.

 Anyone know why this could happen?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 metthejohn...@gmail.com wrote:
 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en