OSDN Git Service

merge from donut
[android-x86/packages-providers-DownloadProvider.git] / src / com / android / providers / downloads / Constants.java
index cffda04..993ed78 100644 (file)
@@ -29,7 +29,7 @@ public class Constants {
     public static final String TAG = "DownloadManager";
 
     /** The column that used to be used for the HTTP method of the request */
-    public static final String RETRY_AFTER___REDIRECT_COUNT = "method";
+    public static final String RETRY_AFTER_X_REDIRECT_COUNT = "method";
 
     /** The column that used to be used for the magic OTA update filename */
     public static final String OTA_UPDATE = "otaupdate";
@@ -146,6 +146,6 @@ public class Constants {
             || (Config.LOGD && LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE));
 
     /** Enable super-verbose logging */
-    private static final boolean LOCAL_LOGVV = false;
+    private static final boolean LOCAL_LOGVV = true;
     public static final boolean LOGVV = LOCAL_LOGVV && LOGV;
 }