Android Studio Logcat 过滤器精确标签

Posted

技术标签:

【中文标题】Android Studio Logcat 过滤器精确标签【英文标题】:Android Studio Logcat Filter exact tag 【发布时间】:2015-07-29 20:53:13 【问题描述】:

是否可以在 android Studio Logcat 中过滤精确的标签?我正在寻找标签“lights”,但每个包含“lights”(如“lightService”)的标签也会被打印出来。

【问题讨论】:

【参考方案1】:

在“编辑过滤器配置”右侧的 logcat 中,可以创建新过滤器。标记字段作为正则表达式处理。因此,如果我输入“lights”,则会找到包含“lightService”之类的“lights”的所有内容。正确的正则表达式是“^lights$”,只能找到“lights”。

【讨论】:

以上是关于Android Studio Logcat 过滤器精确标签的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Android Studio 中过滤 logcat?

android studio的logcat怎么过滤出来调试信息

Android studio Logcat 过滤栏消失

如何在 Android Studio logcat 中过滤多个单词

过滤文本,如 Android Studio/Eclipse logcat

新版Android Studio Logcat解析