Android studio dolphin version Logcat multi-label filter log changes

When do you need to use multi-tag filtering?

When you need to view the order of the code execution process under different tags;

In the previous version of AS, Logcat can write regular expressions in filter to filter multiple tags, or enter regular expressions of multiple tags in the log search box, such as:

tag1|tag2

 But after updating the latest AS Dolphin version, many toolbars disappeared, and you can only enter regular expressions in the search box, such as:

day~: day1|day2

If you don't want to search for one or some tags, you can write, for example:

-tag~: tag1|tag2

Get a new skill, and you can play happily again.

Guess you like

Origin blog.csdn.net/msn465780/article/details/128211942