基本命令

monkey.bat
adb shell monkey -p com.fszn.visitor.standardvisitor --throttle 100 --ignore-crashes --ignore-timeouts --ignore-security-exceptions --ignore-native-crashes --monitor-native-crashes -v -v -v 1000000>d:\b.log
git
git branch
git checkout license2
杀进程
adb shell
ps |grep mon
kill 8778
导出数据库命令
adb pull /data/data/com.fszn.visitor.standardvisitor/databases F:\log\

你可能感兴趣的:(基本命令)