开发者

Filter output of adb logcat based on thread id

开发者 https://www.devze.com 2023-04-08 16:29 出处:网络
I am using adb logcat -v threadtimeto 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 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 f开发者_开发技巧iltered output.

Thanks


adb logcat -v threadtime | grep 123yourthreadid456
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号