Merge "Enable the Debug Logs for Hearing Aids Profile"

This commit is contained in:
Treehugger Robot
2018-11-21 01:20:02 +00:00
committed by Gerrit Code Review

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