You can find in Eclipse
in:
Window -> Show View -> Other… -> Android -> LogCat
Make sure you’re not with any FILTER log in Eclipse.
Alternative
If the LogCat
is empty, the emulador
is not focused on the window. Go to the DDMS
and try to click emulator
in the list of devices (Devices
) at the top left of the screen.
The same happens to your phone. You just need to click on the name of your phone so that messages from Logcat come.
Update
Due to the intermittence (yes time, no time) of the Eclipse to correctly display the Logcat reported by @daniel12345smith and also to the report of @Wellingtonavelino, the problem can be considered a BUG
at ATD or Eclipse, making the response aimless.
You are not confusing Eclipse Console with Tomcat log?
– Maicon Carraro
no, I don’t even have Tomcat installed, I’m talking about the logcat of Android same.
– daniel12345smith