一、修改系統時間shell
獲取root權限:adb shell suapp
cat /data/property/persist.sys.timezone //查看當前時區配置文件
setprop persist.sys.timezone GMT //修改屬性ui
date -s "yyyymmdd.hhmmss"
date -s "20161010.120000"
查看日期時間:date 日誌
二、adb 截屏配置
adb shell /system/bin/screencap -p /sdcard/screen.pngdate
adb pull /sdcard/screen.png E:\download權限
三、adb 獲取logcat 日誌gc
adb logcat -v time ->C:/wzy/ui/app.logim
四、adb 抓取anr日誌配置文件
adb pull /data/anr E:/download