android debug log (android调试日志)

来源:互联网 发布:塞德里克·维拉尼 知乎 编辑:程序博客网 时间:2024/05/16 23:33

adb root

adb wait-for-devices

adb logcat –c // cleans previous logs

adb logcat -v threadtime > logcat.txt

adb logcat -b events > eventlogs.txt

adb logcat -b radio > radiologs.txt

adb shell cat /proc/kmsg > kernellogs.txt

adb bugreport >bugreport.txt

adb pull /data/anr c:\temp\

adb pull /data/tombstones c:\temp\

0 0
原创粉丝点击