如何使用 GUI 过滤 logcat 以显示多个过滤器?[Android Studio]

How to filter the logcat using the GUI to show multiple filters?[Android Studio]

我想显示我在代码中写的所有日志猫

我有几个活动,每个都有不同的标签。

logcat中我只是想展示我在这些特定活动中写在我的代码中的这些日志。

有什么想法吗?

选中 logcat window 中的 "Regex" 复选框,然后使用 "tag1|tag2" 作为过滤器。

您可以为每个 activity

创建 Log Cat 过滤器
Android Monitor -> Edit Filter Configuration (select from right top dropdown)

在日志标签中输入您的标签,然后按确定 然后您可以 select 任何过滤器根据需要进行调试。