Merge "Enable the Debug Logs for Hearing Aids Profile" am: 7271c452a9

am: b6987e3c3c

Change-Id: I4708bea946177b47beb78845a49f082df96e7ede
This commit is contained in:
Stanley Tng
2018-11-20 17:43:46 -08:00
committed by android-build-merger

View File

@@ -50,7 +50,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
*/
public final class BluetoothHearingAid implements BluetoothProfile {
private static final String TAG = "BluetoothHearingAid";
private static final boolean DBG = false;
private static final boolean DBG = true;
private static final boolean VDBG = false;
/**