Merge "Turn off debug messge"
This commit is contained in:
@@ -45,8 +45,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||||||
*/
|
*/
|
||||||
final class BluetoothHealthProfileHandler {
|
final class BluetoothHealthProfileHandler {
|
||||||
private static final String TAG = "BluetoothHealthProfileHandler";
|
private static final String TAG = "BluetoothHealthProfileHandler";
|
||||||
/*STOPSHIP*/
|
private static final boolean DBG = false;
|
||||||
private static final boolean DBG = true;
|
|
||||||
|
|
||||||
private static BluetoothHealthProfileHandler sInstance;
|
private static BluetoothHealthProfileHandler sInstance;
|
||||||
private BluetoothService mBluetoothService;
|
private BluetoothService mBluetoothService;
|
||||||
|
|||||||
Reference in New Issue
Block a user