summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorYu Shan Emily Lau <yslau@google.com>2012-01-30 11:28:02 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-30 11:28:02 -0800
commitc44d7a83593fd00bb053fbdc08dbca0e43230d61 (patch)
treec088553972f1528d9123afa1f3a51217a966f096 /cmds
parentefab6c55cc8fee0c9e551fdc5776fb06cbf92ff7 (diff)
parent075783dcd8b07c8e1e0994f1ec5d909f3977eef5 (diff)
downloadandroid_development-c44d7a83593fd00bb053fbdc08dbca0e43230d61.tar.gz
android_development-c44d7a83593fd00bb053fbdc08dbca0e43230d61.tar.bz2
android_development-c44d7a83593fd00bb053fbdc08dbca0e43230d61.zip
am 075783dc: am 979806b0: Regular monkey should not write script log.
* commit '075783dcd8b07c8e1e0994f1ec5d909f3977eef5': Regular monkey should not write script log.
Diffstat (limited to 'cmds')
-rw-r--r--cmds/monkey/src/com/android/commands/monkey/Monkey.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/monkey/src/com/android/commands/monkey/Monkey.java b/cmds/monkey/src/com/android/commands/monkey/Monkey.java
index f3a223f98..3aa2fc13a 100644
--- a/cmds/monkey/src/com/android/commands/monkey/Monkey.java
+++ b/cmds/monkey/src/com/android/commands/monkey/Monkey.java
@@ -1096,7 +1096,6 @@ public class Monkey {
eventCounter++;
if (mCountEvents) {
cycleCounter++;
- writeScriptLog(cycleCounter);
}
}
} else {