martes, 16 de diciembre de 2014

Android: Filter logcat output from eclipse

In the "EditView" on top of the logcat output type:

tag:^(?!<tag 1>|<tag 2>| ... |<tag n>).*$

Example:

tag:^(?!Adreno200-ES20|memalloc).*$

No hay comentarios:

Publicar un comentario