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

* commit '075783dcd8b07c8e1e0994f1ec5d909f3977eef5':
  Regular monkey should not write script log.
This commit is contained in:
Yu Shan Emily Lau
2012-01-30 11:28:02 -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 {