am 979806b0: Regular monkey should not write script log.

* commit '979806b0a8998654f0b491478360782c0df49498':
  Regular monkey should not write script log.
This commit is contained in:
Yu Shan Emily Lau
2012-01-30 11:26:48 -08:00
committed by Android Git Automerger

View File

@@ -1096,7 +1096,6 @@ public class Monkey {
eventCounter++; eventCounter++;
if (mCountEvents) { if (mCountEvents) {
cycleCounter++; cycleCounter++;
writeScriptLog(cycleCounter);
} }
} }
} else { } else {