Turn off debug messge
Bug 5425619 Change-Id: I7accb88a40604c5b8a8f2323e751a7f8f3cb9da8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user