제일 간편하게 캡쳐하는 방법

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

와 같은 방법도 있지만, macos 에서 제대로 작동하지 않는다.(window에서는 확인 안해봄)
번거롭지만, 아래와 같은 방법을 사용하는 것이 제일 간편하다.

$ adb shell screencap -p /mnt/sdcard/sc.png
$ adb pull /mnt/sdcard/sc.png
반응형

'개발' 카테고리의 다른 글

윈도우 live writer 설치하기  (0) 2016.11.29
일곱가지 모델  (0) 2016.11.19
[mariaDB] 중복키 관리  (0) 2016.08.05
어떻게 블로그 수익을 올릴까  (0) 2016.07.15
nosintgdmn 이란  (0) 2015.06.03

+ Recent posts