Hi, 
on an emulator with Android 2.2 the monkey process is called 'app_process'. 
You can stop it with

adb shell ps | awk '/app\_process/ { system("adb shell kill -9 " $2) }'


On same Android versions the process is 
called 'com.android.commands.monkey' (according 
to http://stackoverflow.com/a/10002312)
Am Donnerstag, 8. Juli 2010 02:54:03 UTC+2 schrieb Wong Ho Wa:
>
> Hi all, 
> Is it possible to abort monkey once it is started? I cant see any task 
> called monkey in the shell. Also, I had killed the testing app but 
> failed to stop the monkey...Please help 
>
> Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to