Question

I've recently just updated the firmware of my phone to Jelly Bean. I've noticed when viewing the LogCat in Eclipse, that I'm getting weird feedback.

Weird feedback being:

  • Time is unknown
  • pid is unknown
  • tag is unknown (very irritating, because my filters wont work!)
  • messages all in green color (very irritating, since errors are
    difficult to find in the log)

How do I resolve this?

Was it helpful?

Solution

Have you tried to update your Application Development Tools (ADT) and Software Development kit (SDK) manager?

OTHER TIPS

Take a look at this question. Is more or less the same issue:

Why is LogCat showing all items as warnings (orange)?

I think the solution is related with your outdated SDK.

Perhaps somebody did not like new jumping logcat and used old deprecated. It is not the option anymore. Old can't parse log file from jelly bean properly.

But there are good news, new logcat does not jump anymore :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top