过滤语法
package:mine
:默认语法
package:my-package-ID
:根据包名过滤
tag:my-tag
:根据tag过滤
level:ERROR
:根据日志等级过滤
-tag:exclude-this-tag
:在前面添加-
,排除指定的tag
tag~:regex-tag
:在后面添加~
,支持正则过滤
-tag~:exclude-this-regex-tag
:支持正则过滤排除指定TAG
-package:exclude-this-package
:同上
package~:regex-package
:同上
-package~:exclude-this-regex-package
:同上
会退版本
Settings-> Experimental -> [x] Enable new Logcat tool window 取消选择 -> 重启 Android Studio