大家好,最近刚刚开始解除 Android 的 Monkey Test,在分析 Log 的时候有个小疑问,请大神帮忙解答一下吧,谢谢!
我的问题是:log 最后的这个 Network stats 为什么有那么多的 not connected,手机的 WiFi 是正常的连上的,我看论坛上面显示的都是分布在 mobile 或者是 WiFi 上的,请问这个原因是啥?(自己看了官网,但是没有找到这个的解释,还请群里大神们赐教)

运行命令:adb shell monkey -p ctrip.android.view -s 200 --throttle 200 -v 50000
log 信息:(log 过多,只贴了开头和结尾)

:Monkey: seed=200 count=50000

:AllowPackage: ctrip.android.view

:IncludeCategory: android.intent.category.LAUNCHER

:IncludeCategory: android.intent.category.MONKEY

// Selecting main activities from category android.intent.category.LAUNCHER
···
···
···
Sleeping for 200 milliseconds
:Sending Trackball (ACTION_MOVE): 0:(1.0,2.0)

:Sending Trackball (ACTION_MOVE): 0:(-3.0,0.0)

:Sending Trackball (ACTION_MOVE): 0:(-3.0,-4.0)

:Sending Trackball (ACTION_MOVE): 0:(3.0,-5.0)

:Sending Trackball (ACTION_MOVE): 0:(1.0,-2.0)

Events injected: 50000

:Sending rotation degree=0, persist=false

:Dropped: keys=0 pointers=77 trackballs=0 flips=0 rotations=0

## Network stats: elapsed time=2531564ms (0ms mobile, 0ms wifi, 2531564ms not connected)

// Monkey finished


↙↙↙阅读原文可查看相关链接,并与作者交流