commit | 66e263baed854acd93a8b17ac5a820abca55c54a | [log] [tgz] |
---|---|---|
author | Eric Rowe <erowe@google.com> | Wed Jan 13 15:55:53 2010 -0800 |
committer | Eric Rowe <erowe@google.com> | Wed Jan 13 18:22:32 2010 -0800 |
tree | a10299cd71bc0e063145bb72d6de2f8a62720094 | |
parent | b2fa770013cf1b6b8bf0619a946a54feafec5197 [diff] |
Fix how the monkey counts events for scripts. Instead of the monkey counting up to the count times the number of events in the script, the monkey will now only increment the count when the script reaches the end of the file. This allows us to have multiple script files with differing event counts in each. Conflicts: cmds/monkey/src/com/android/commands/monkey/Monkey.java