Add bulletproofing to state recovery

 Bug: 5166335

Change-Id: Ife9ef2da7664f8de6b0ff9655611efa78d84df05
diff --git a/src/com/android/browser/Browser.java b/src/com/android/browser/Browser.java
index 76aaa0b..add8bdd 100644
--- a/src/com/android/browser/Browser.java
+++ b/src/com/android/browser/Browser.java
@@ -23,12 +23,9 @@
 public class Browser extends Application { 
 
     private final static String LOGTAG = "browser";
-
-    // Set to true to enable extra debugging.
-    final static boolean DEBUG = false;
     
     // Set to true to enable verbose logging.
-    final static boolean LOGV_ENABLED = DEBUG;
+    final static boolean LOGV_ENABLED = false;
 
     // Set to true to enable extra debug logging.
     final static boolean LOGD_ENABLED = true;