Enable the Debug Logs for Hearing Aids Profile

Bug: 119617521
Test: Compile
Change-Id: I40de1fcb3ca9e0ee66b4650a161f3735722df7ed
This commit is contained in:
Stanley Tng
2018-11-15 10:22:07 -08:00
parent 65b79f96cd
commit 420a0eb576

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;
/**