I try to debug my Android home screen widget using Logcat
but for some reasons not all the messages are showing up in the log, why is that?
Sometimes I can see the system intent, sometimes not all my Log.d()
strings are shown in the log.
I'm using the standard Logcat
view from within Eclipse, Logcat
is in verbose and I don't have any filters.
Edit: Maybe I wasn't clear in my question. Logcat shows stuff in its "console" it is just that some entries seem to be missing. Is it normal for example that the system Intent and my own (the one I create) are not shown or not all shown?