根据线程 ID 过滤 adb logcat 的输出
我正在使用 adb logcat -v threadtime 来获取包含时间和线程 ID 的格式的输出。我想知道是否有一种方法可以根据线程 id (tid) 过滤输出。
我只想从某些线程获取输出,现在我可以获得线程 ID,但不能获取过滤后的输出。
谢谢
I am using adb logcat -v threadtime to get the output in a format that includes time and thread id. I was wondering if there is a way to filter output based on the thread id (tid).
I want to get output from certain threads only, now i can get the thread id but not the filtered output.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)