在批处理文件中解锁 adb logcat

发布于 2024-11-15 06:16:49 字数 310 浏览 1 评论 0原文

我想要有用于 adb 日志记录的批处理文件,我的批处理文件是这样的,

adb root
adb remount
adb shell cd /data/log/

adb shell logcat –v time >log_0.txt 
adb shell logcat –v time –b radio >log_radio_0.txt &

adb pull /data/log/

第一个 logcat 被阻止..所以下一个 logcat 不会执行.. 请在此处建议如何解锁 logcat。

提前致谢

i want to have batch file for adb logging , my batch file goes like this

adb root
adb remount
adb shell cd /data/log/

adb shell logcat –v time >log_0.txt 
adb shell logcat –v time –b radio >log_radio_0.txt &

adb pull /data/log/

the first logcat is blocking .. so the next logcat does not execute..
Please suggest how to unblock logcat here.

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

呆萌少年 2024-11-22 06:16:49

试试这个...

adb shell logcat -d -v time >log_0.txt

Try this...

adb shell logcat -d -v time >log_0.txt
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文