History log of /development/cmds/monkey/src/com/android/commands/monkey/MonkeySourceRandomScript.java
Revision Date Author Comments
6a6c533129a703bf292675678b1fb0d5b3f89b62 27-Aug-2010 Yu Shan Emily Lau <yslau@google.com> Add the simple script log for the statbility stress test.
Add the randomize script option.

Change-Id: I7fbbd3b78a2fc5fe5300ac4811540d0cd2070688
9ab015751dc21fd648dd3f7abdff8a17a2abd5aa 26-Aug-2010 Yu Shan Emily Lau <yslau@google.com> Add the new option for the device sleep time. This is only for the scripted monkey.

Change-Id: I4a6bd7133bbd2da9594a47e1f5529c5358cd9aed
6035a57a977cba9e32cda75e93bdac409f758607 25-Aug-2010 Yu Shan Emily Lau <yslau@google.com> Add the new option for the scripted monkey profile testing.

Change-Id: I1013a1a0daed948f509d9a29077f0e282baf1a10
bae45151532d761e6ca61c86ab1ecebfbb685b39 01-Feb-2010 Ying Wang <wangying@google.com> Add support for random throttle.

See http://b/1716328
7d961f86208b35c12867a049d4bb815da72167d3 28-Oct-2009 Eric Rowe <erowe@google.com> DO NOT MERGE Create way to run monkey with multiple scripts.

By giving multiple -f arguments, the monkey will randomly choose between the
scripts. Also, add the --setup argument which will run a setup script before
starting to play the other scripts in random order.
20a74d7966f390d07dcb347ebba76c1e5488dbd6 28-Oct-2009 Eric Rowe <erowe@google.com> Create way to run monkey with multiple scripts.

By giving multiple -f arguments, the monkey will randomly choose between the
scripts. Also, add the --setup argument which will run a setup script before
starting to play the other scripts in random order.