Merge change 843

* changes:
  Reenable verbose logging for post-donut
This commit is contained in:
Android (Google) Code Review
2009-05-01 10:21:43 -07:00

View File

@@ -42,7 +42,7 @@ import android.widget.Toast;
public class LocalBluetoothManager { public class LocalBluetoothManager {
private static final String TAG = "LocalBluetoothManager"; private static final String TAG = "LocalBluetoothManager";
static final boolean V = Config.LOGV; static final boolean V = Config.LOGV;
static final boolean D = Config.LOGD && false; static final boolean D = Config.LOGD;
private static final String SHARED_PREFERENCES_NAME = "bluetooth_settings"; private static final String SHARED_PREFERENCES_NAME = "bluetooth_settings";