Android LogCat Filter for multiple tags in Eclipse
As pointed by Brain Reinhold you can combine tag filters with vertical bar | (which obviously means logical “OR”). You can also use that (as well as other Regex) syntax in the logcat search box (by preceding tags with tag: prefix): tag:com.test.TestClassA|com.test.TestClassB More complex filtering is also possible. For example here is the search filter … Read more