Iam testing my Android Application using monkey. So, i have used the following command...
adb shell monkey -p mypackage_name -v 500
I got the meaning of this command and its working fine but at last iam getting the feedback as follows
Events injected: 22000
:Sending rotation degree=0, persist=false
:Dropped: keys=15 pointers=126 trackballs=0 flips=0 rotations=0
## Network stats: elapsed time=241946ms (0ms mobile, 0ms wifi, 241946ms not connected)
Please can anyone help me out in understanding these four lines...?