http://blog.youkuaiyun.com/snowseabye/article/details/8080388
1 Environment Setup
Install latest Android SDK
2 Phone Environment
Eable Mobile/Modem log
Ensure adb is OK
3 Phone Time verification (same with Computer)
adb shell date -s? %date:~0,4%%date:~5,2%%date:~8,2%.%time:~0,2%%time:~3,2%%time:~6,2%
4 setting Test-script conditions
5 run test-script (Reminder: run in where monkeyrunner are)
monkeyrunner test.py -v ALL >log.txt 2>&1
Notes:
1) 2>&1 错误信息重定向到输出(原指定输出文件)
0: STDIN 1: STDOUT 2: STDERR
2) what should you do when hang?
Check if key/touch/UI has response;
Check if adb can work? record log
Check if uart can work? record log