本文介绍了Android ADB Logcat时间过滤器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人知道如何过滤logcat('adb shell logcat'),使其仅显示当前日期和时间之后的日志语句吗?预先感谢.
Does anyone know how to filter out the logcat ('adb shell logcat') so that it only shows the log statements after current date and time ? Thanks in advance.
推荐答案
在当前日期和时间之后创建的活动?还是仅在当前时间之后记录日志?就像"adb logcat -c; adb logcat"一样简单
Activities created after the current date and time? Or just log statements after the current time?Could it be as simple as "adb logcat -c; adb logcat"
这篇关于Android ADB Logcat时间过滤器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!