Search This Blog

Friday, November 15, 2013

Android/IntelliJ - ADB display only debugging lines from logcat that DO NOT contain a phrase

Does not contain regexp

^((?!your_phrase).)*$


In the Android tab, go to: "Logcat" and create a new filter.
enter the above string in the
"by Log Message (regex):"
 field.



No comments:

Post a Comment

If you like this post, please leave a comment :)