adb shell screencap /sdcard/screencap.pngadb pull /sdcard/screencap.png- (Optional) Delete the file:
adb rm /sdcard/screencap.png
adb shell screenrecord /sdcard/screenrecord.mp4- Press
Ctrl + Con Mac to stop recording adb pull /sdcard/screenrecord.mp4- (Optional) Delete the file:
adb rm /sdcard/screenrecord.mp4