How can i get the timestamp of monkey event injection or the time stamp when monkey aborted. Currently, i am using the command:
adb shell monkey -s 14587 -p com.example.myApp 1000000 -v -v -v --ignore-timeouts --ignore-crashes --ignore-security-exceptions --throttle 500 >> MonkeyTest.txt
Please let me know if anything extra i need to add in this command to get the timestamp.
Also, if possible could you please give me monkey test cheat sheet if available.