Merge "Bug 5440088 Turn off the bugreport catpure by default."
diff --git a/cmds/monkey/src/com/android/commands/monkey/Monkey.java b/cmds/monkey/src/com/android/commands/monkey/Monkey.java
index 343c344..f3a223f 100644
--- a/cmds/monkey/src/com/android/commands/monkey/Monkey.java
+++ b/cmds/monkey/src/com/android/commands/monkey/Monkey.java
@@ -137,7 +137,7 @@
     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.