gpt4 book ai didi

android - 日志过滤?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:30:53 26 4
gpt4 key购买 nike

我想过滤掉日志中的所有内容,除了我的应用进程。我知道我可以指定优先级,但我希望能够做的不止于此。我想摆脱正在记录的电话中发生的所有其他事情。我该怎么做?

最佳答案

如果您在 Eclipse 调试 View 中查看日志,只需单击“创建过滤器”按钮(绿色 + 号)即可轻松完成此操作。

如果不使用 Eclipse,请按如下方式在命令行上指定过滤器(来自 Android 文档的示例):

Here's an example of a filter expression that suppresses all log messages except those with the tag "ActivityManager", at priority "Info" or above, and all log messages with tag "MyApp", with priority "Debug" or above:

adb logcat ActivityManager:I MyApp:D *:S

关于android - 日志过滤?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6405422/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com