When doing a Monkey test on android device, I send
adb shell monkey --ignore-security-exceptions --ignore-crashes --ignore-timeouts --ignore-native-crashes --throttle 200 -s 222 -v -v -v 125000 > c:\all_monkey.txt
then Monkey will send a lot of random event to device, I can see a lot of swipe screen or click button. Will Monkey occasionally enter settings and click the restart button to restart device? Because I found when running for a while, device will restart itself. Can I avoid Monkey test click restart button by itself. thanks.