Bug 5440088 Turn off the bugreport catpure

by default.

Swith the mGetPeriodicBugreport default
value to false so that the bugreport
will not be captured by default.

Change-Id: Ieae662478d865d9a49dec4f77f52046b560c8972
This commit is contained in:
Yu Shan Emily Lau
2011-10-10 19:40:22 -07:00
parent 3726ce2f32
commit 08fa5ef66f

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.