adb command for dump and capture

echo %time%
adb shell uiautomator dump /data/local/tmp/dump.xml
adb pull /data/local/tmp/dump.xml %1
adb shell screencap /data/local/tmp/dump.raw
adb pull /data/local/tmp/dump.raw %2
echo %time%

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Alternative to IValueConvert, QuickConverter

Stop console process using Ctrl+C.