Add log and turn on debug flag

Add log and turn on debug flag

Bug: 80161203
Test: make -j42 RunSettingsRoboTests
Change-Id: Ibd57f91b83c487ee71adb9e3de7ecfc5ea66bbef
This commit is contained in:
hughchen
2018-06-28 17:25:40 +08:00
committed by Hugh Chen
parent a5f68f9c3c
commit 37dd4f1c71
4 changed files with 14 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public class AvailableMediaBluetoothDeviceUpdater extends BluetoothDeviceUpdater
implements Preference.OnPreferenceClickListener {
private static final String TAG = "AvailableMediaBluetoothDeviceUpdater";
private static final boolean DBG = false;
private static final boolean DBG = true;
private final AudioManager mAudioManager;