【发布时间】:2013-11-24 18:25:42
【问题描述】:
在我的 logcat 中有太多输出,所以我想使用一些关键字对其进行过滤,基本上只显示包含关键字的输出。有没有办法通过 UI 在 Android Studio 中做到这一点?
【问题讨论】:
-
不,我在问如何按关键字过滤消息。
-
从 android studio 版本 0.4.5 开始,您将收到来自仅运行的应用程序的消息。
Log cat has a new option (on by default) which creates an application filter automatically such that only the launched application's output is shown
标签: android-studio logcat