I forgot to say that I already know about filters, sorry.
Then this happens because you have the selected filter and / or eclipse detected an error and just does not show everything that should be.
First answer
There should be a filter window next to the logcat window. Create a filter there. Then select the filter by clicking on the filter you created or placing it automatically through eclipse.
You can filter several things.
Most people will create a static string
in the main Activity
/ Service
containing the name of the application. Use static string
as TAG
for all your Logs
. Then you can filter this string that you set for static string
.
Also, right-clicking in the logcat window will bring up a filter dialog.
source share