I want to stop the running monkey by using the adb shell monkey --wait-dbg
,but the result is only display like this:Sending WAIT chunk
and then the monkey is still running.
How to understand the command?The official explain is "Stops the Monkey from executing until a debugger is attached to it."