Sunday, June 25, 2017

take direct screenshot from adb

adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png

1 comment: