Merge "Bug 5440088 Turn off the bugreport catpure by default."

This commit is contained in:
Yu Shan Emily Lau
2011-10-10 20:30:11 -07:00
committed by Android (Google) Code Review

View File

@@ -137,7 +137,7 @@ public class Monkey {
private boolean mRequestAppCrashBugreport = false;
/**Request the bugreport based on the mBugreportFrequency. */
private boolean mGetPeriodicBugreport = true;
private boolean mGetPeriodicBugreport = false;
/**
* Request the bugreport based on the mBugreportFrequency.