LogCat过滤
有没有办法可以通过PID快速过滤日志? 我厌倦了每次手动输入过滤器名称和 PID。 右键单击消息并从上下文菜单中选择“按 id 过滤”似乎非常简单且合乎逻辑,但 LogCat 没有类似的东西:\ 或者有吗?有 LogCat 替代品吗?
Is there a way to quickly filter the logs by PID?
I'm tired of typing in the filter name and PID manually each time.
It seem so straightforward and logical to right-click the message and choose "Filter by id" from the context menu, but LogCat has nothing similar :\ Or has it? Any LogCat alternatives out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哇,别着急,您只需输入
Filter Name
和Log Tag
相同的文本,并将PID
留空即可。够了,伙计:)示例,我想过滤所有标签
MyApp
,然后只需使用以下命令创建新过滤器:)
Wow, take it easy, you just need to input
Filter Name
andLog Tag
being the same text and leave empty thePID
. That's enough buddy :)Sample, I want to filter all tag
MyApp
, then just create new filter with:)