Filter output of adb logcat based on thread id

前端 未结 1 665
温柔的废话
温柔的废话 2021-01-03 16:45

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

1条回答
  •  温柔的废话
    2021-01-03 17:15

    adb logcat -v threadtime | grep 123yourthreadid456
    

    0 讨论(0)
提交回复
热议问题