OSDN Git Service

DO NOT MERGE Modify Monkey so that scripts can use raw and user events.
authorEric Rowe <erowe@google.com>
Tue, 20 Oct 2009 01:06:38 +0000 (18:06 -0700)
committerEric Rowe <erowe@google.com>
Wed, 13 Jan 2010 23:07:08 +0000 (15:07 -0800)
commitb2fa770013cf1b6b8bf0619a946a54feafec5197
tree574d69ef5b3ef51750850dcac8036f84908b0616
parent2b9a0444eaa9a3ba3e527990babb6a44f1ae5739
DO NOT MERGE Modify Monkey so that scripts can use raw and user events.

Fix javadoc comment in MonkeySourceRandom.java and combine raw events and user
events in MonkeySourceScript.java.  Also, fix bug where too few arguments in
the script causes a RuntimeException.
cmds/monkey/src/com/android/commands/monkey/MonkeySourceRandom.java
cmds/monkey/src/com/android/commands/monkey/MonkeySourceScript.java