我测试了android的智能手机,在命令行模式下输入:
adb shell monkey -v 10000
the result is----------------------------------------------------------------------<start>:
procrank:
// Exception from procrank:
java.io.IOException: Error running exec(). Command: [procrank] Working Directory: null Environment: null
......
.........
.
..
...
.............
// anr traces status was 0
meminfo:
// meminfo status was 0
** Monkey aborted due to error.
Events injected: 21566
:Dropped: keys=6938 pointers=14444 trackballs=0 flips=0
## Network stats: elapsed time=454194ms (0ms mobile, 0ms wifi, 454194ms not connected)
** System appears to have crashed at event 21566 of 1000000 using seed 0
-------------------------------------------------------------------------------------<end>
我可以使用种子 0 重现 21566 of 100000 的事件吗?
并且只做 100000 的单一事件 21566?
(有人告诉我“adb shell am start”的方法,但我不精通这个命令。)