zhangzhao4444 / Maxim

高速uiautomator控件解析算法的Android Monkey, 每秒10-15个Action Event。实现快速DFS算法的Android Monkey , 每秒 5个Action Event。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log如何输出?

qw11403 opened this issue · comments

adb shell CLASSPATH=/sdcard/monkey.jar:/sdcard/framework.jar exec app_process /system/bin tv.panda.test.monkey.Monkey -p com.autonavi.minimap --uiautomatormix --running-minutes 5 -v -v 后面如何加参数进行log输出

试过:adb shell CLASSPATH=/sdcard/monkey.jar:/sdcard/framework.jar exec app_process /system/bin tv.panda.test.monkey.Monkey -p com.autonavi.minimap --uiautomatormix --running-minutes 5 -v -v 2>CLASSPAT=/sdcard/error.txt 1>CLASSPATH=/sdcard/info.txt 没报错,但也没 log 输出

adb shell CLASSPATH=/sdcard/monkey.jar:/sdcard/framework.jar exec app_process /system/bin tv.panda.test.monkey.Monkey -p com.autonavi.minimap --uiautomatormix --running-minutes 5 -v -v 1>f:\info.log