This is the way I use to take screenshot of Android screen over ADB:
$ adb shell screencap -p /sdcard/screencap.png && adb pull /sdcard/screencap.png
a blog about computers and other funny things
Day: June 13, 2017
This is the way I use to take screenshot of Android screen over ADB:
$ adb shell screencap -p /sdcard/screencap.png && adb pull /sdcard/screencap.png