adb pull /data/anr/
adb shell dumpsys dropbox --print >>crashlog_$(date +%Y%m%d%H%M).txt
手机停留在这个页面
adb shell dumpsys window | grep mCurrentFocus
博客展示了使用adb命令获取手机相关信息的操作,包括从手机/data/anr/目录拉取文件,打印dropbox信息到日志文件,以及查看当前聚焦窗口等内容,这些操作在移动开发的调试中较为常用。
adb pull /data/anr/
adb shell dumpsys dropbox --print >>crashlog_$(date +%Y%m%d%H%M).txt
手机停留在这个页面
adb shell dumpsys window | grep mCurrentFocus
1471

被折叠的 条评论
为什么被折叠?