gpt4 book ai didi

android - 在 LG Android 6 上捕获 logcat

转载 作者:行者123 更新时间:2023-12-04 14:29:11 25 4
gpt4 key购买 nike

我需要在运行 Android 6 的 LG 手机上记录日志。记录应该在手机未插入 USB 时在后台进行几个小时。我以前在其他手机上所做的只是将 logcat 通过管道传输到设备上的文件:

logcat -v threadtime > /sdcard/logs.txt &

但是当我在我最近得到的 LG 手机上执行此操作时,它不会向该文件输出任何内容。我尝试了以下命令:

logcat -v threadtime > /sdcard/logs.txt &
logcat -v threadtime > /mnt/sdcard/logs.txt &
logcat -v threadtime | tee /sdcard/logs.txt &
logcat -v threadtime | tee /mnt/sdcard/logs.txt &

它们都产生了空文件。我还从商店安装了 aLogrec 应用程序。该应用程序显示它正在记录日志,但它创建的文件是空的。

我也尝试在 adb 中使用 -f 选项,但这是我得到的:

shell@g4stylusn:/mnt/sdcard $ logcat -f /sdcard/logs.txt
couldn't open output file
1|shell@g4stylusn:/mnt/sdcard $

没有说明无法打开文件的原因。我检查了一下,这不是权限问题。

知道为什么我可能无法记录日志,我有什么选择?

谢谢

最佳答案

可能是 LG 的错误。尝试

adb shell -x logcat

关于android - 在 LG Android 6 上捕获 logcat,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39121778/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com