Debugging Issues (Android Eclipse)
Asked Answered
R

4

13

I am having a problem where when I switch to DDMS view and look at the Logcat, everything is yellow. All lines are yellow and Time, PID, Application, and Tag all display question marks for every line. This makes the Logcat useless and makes it incredibly hard to debug. In the past everything has worked fine and I am not sure why this has started happening.

I am using a Verizon Galaxy Nexus with a 4.1 build (could be the problem?).

I am also a beginner (probably excruciatingly obvious).

Thanks for any help.

SOLVED: Apparently I had to update eclipse and the SDK (i feel dumb). Thanks to everyone who spent time tying to help me out.

(It won't let me answer my own question because i am new)

Rajkot answered 11/7, 2012 at 19:16 Comment(4)
Hey Topsnus, what is the little dropdown in the upper right corner say? Default is verbose. It is right next to the floppy-disk save icon.Querida
It says verbose, but changing it to anything else doesn't help.Rajkot
Have you tried restarting eclipse?Querida
The solution provided by @Revolutionair is correct. I faced the same thing and then I updated my eclipse and the ADT. it worked thenAcross
B
31

Updating your Eclipse and Android SDK will likely solve the problem.

Here's a screenshot, I have lived this too.

screenie

I'm just posting this so you could mark it as an answer for people who may have encountered this situation too.

Beadroll answered 16/7, 2012 at 12:5 Comment(0)
P
0

Sounds like you have your filter set to "warn". Make sure that it is set to "verbose" and make that you don't have any other filters on. If you do, on the left you highlight "All Messages" and don't have any other filters set.

Pedigo answered 11/7, 2012 at 19:35 Comment(2)
I have checked this and it is set to verbose. Here is an image if it helps: imageshack.us/f/816/captureyl.pngRajkot
It does help! It looks like its debugging, but rather than separating the files, they are all being lumped together in the text area. Did you pause the logcat on purpose? I'd also add that you might try to restart eclipse, and make sure that the nexus has debugging allowed. Short of that, I'm out of ideas at the moment...Pedigo
Q
0

Check this image out:

here

See how he has the 'W' selected. Change it to the 'V'

Querida answered 11/7, 2012 at 19:35 Comment(0)
M
0

I was struggling with same problem for several days. I have jelly bean on my phone.

Thank you Revolutionair, it seems I got rid of the problem once I did the update for Android SDK, ADT, AVD manager.

Menstrual answered 2/9, 2012 at 20:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.