Reenable verbose logging for post-donut

This commit is contained in:
Michael Chan
2009-04-30 16:33:42 -07:00
parent 93e1d0ab6b
commit 5ffbb91013

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";