Skip to content Skip to sidebar Skip to footer

Android System.err Out Of The Blue

While running my app, LogCat suddenly shows this barrage of orange-colored messages (warnings) which seem to be totally unrelated to my app (and certainly not having the same pid):

Solution 1:

There's some kind of error occurring in what the ROM Manager is trying to do - probably a periodic check for new releases.

I wouldn't expect this has anything to do with your application, unless you see it happen during your application multiple times. And even then, I'd leave a logcat open when your app is not running and see if it's happening frequently.

You might want to think if you want to leave that rom manager installed/enabled...

Solution 2:

If you aren't using them then it's just those services running in the background. Nothing you have to worry about.

Solution 3:

Maybe you should filter to 'Show only selected application'?

enter image description here

That way you'll see only stuff related to your app.

Post a Comment for "Android System.err Out Of The Blue"