Can a specified message or row be cleared in the adb logcat instead of clearing all?

后端 未结 1 1917
梦毁少年i
梦毁少年i 2020-12-07 05:34

I am using Monkeyrunner (automation) to test an app on an Android device (Samsung S2), and since it does not allow me to see image patterns on the screen, I have to rely on

相关标签:
1条回答
  • 2020-12-07 05:50

    To limit logcat output to messages which happened after certain moment you do not have to clear the log. Instead use logcat -T <timestamp> filter. Supported timestamp formats depend on the Android version - see -T paragraph in logcat -h output.

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