Android LogCat in eclipse: How to filter the LogCat message? -


i want messages specific application, should type in this:

add new logcat filter

i cannot find appname in androidmanifest.xml...

enter image description here

you can filter logcat error ( or whatever want ) providing filter name source tag , by application name package name.

ex

enter image description here


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -