when I want to read LogCat in eclipse ide I see a lot of logcat
error.
How can i solve these errors ?
this is a picture of logCat genymoyion error
Add filter
There's a button that looks like a green + in the upper right of the log cat window, if you mouse over it says "Create Filter" in the popup from that you can filter by log tag. It creates a new tab in log cat with the filter name you specified. Then all of the output of that tag will go to that tab and not the "Log" tab.
Specify names
Choose your filter.
In the Eclipse environment, in the LogCat view, above the table there is a search box. Pay attention, when empty it reads:
Search for messages. Accepts Java regexes. Prefix with pid:, app:, tag: or text: to limit scope.
It means you can filter your tag by writing there tag:MyTag or even regex tag:My.*