Turn off debug messge

Bug 5425619

Change-Id: I7accb88a40604c5b8a8f2323e751a7f8f3cb9da8
This commit is contained in:
Matthew Xie
2011-10-07 11:15:03 -07:00
parent 0a6cd02b48
commit f0f95112ff

View File

@@ -45,8 +45,7 @@ import java.util.concurrent.atomic.AtomicInteger;
*/
final class BluetoothHealthProfileHandler {
private static final String TAG = "BluetoothHealthProfileHandler";
/*STOPSHIP*/
private static final boolean DBG = true;
private static final boolean DBG = false;
private static BluetoothHealthProfileHandler sInstance;
private BluetoothService mBluetoothService;