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:
@@ -137,7 +137,7 @@ public class Monkey {
|
|||||||
private boolean mRequestAppCrashBugreport = false;
|
private boolean mRequestAppCrashBugreport = false;
|
||||||
|
|
||||||
/**Request the bugreport based on the mBugreportFrequency. */
|
/**Request the bugreport based on the mBugreportFrequency. */
|
||||||
private boolean mGetPeriodicBugreport = true;
|
private boolean mGetPeriodicBugreport = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request the bugreport based on the mBugreportFrequency.
|
* Request the bugreport based on the mBugreportFrequency.
|
||||||
|
|||||||
Reference in New Issue
Block a user