가끔 하늘을 보자: Android Monkey Test

2014년 7월 9일 수요일

Android Monkey Test



adb shell monkey -p your.package.name -v 500
adb shell monkey -f /data/xxx.txt

강제종료. Cygwin 에서 실행.
1. adb shell ps | awk '/com\.android\.commands\.monkey/ { system("adb shell kill " $2) }'

2. adb shell ps | grep monkey
ex) shell 19706 15434 1238812 ~~ com.android.commands.monkey

adb shell kill -9 pid (ex : pid is 19706)

댓글 없음:

댓글 쓰기