截图:
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb exec-out screencap -p > screen.png
adb exec-out screencap -p > "%date:~0,4%-%date:~5,2%-%date:~8,2% %time:~0,2%-%time:~3,2%-%time:~6,2%.png"
原文:https://www.cnblogs.com/pmzz/p/15241344.html