From 08fa5ef66f055b3afd012f14a6855aae8d508ee4 Mon Sep 17 00:00:00 2001 From: Yu Shan Emily Lau Date: Mon, 10 Oct 2011 19:40:22 -0700 Subject: [PATCH] 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 --- cmds/monkey/src/com/android/commands/monkey/Monkey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/monkey/src/com/android/commands/monkey/Monkey.java b/cmds/monkey/src/com/android/commands/monkey/Monkey.java index 343c34495..f3a223f98 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 @@ 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.