Turn off debug logging flags
Fixes: 130558346 Test: visual Change-Id: Ie82bfe503f789435a3474697391fdfdeb94864ee
This commit is contained in:
@@ -33,7 +33,7 @@ import com.android.settingslib.bluetooth.CachedBluetoothDevice;
|
||||
public class ConnectedBluetoothDeviceUpdater extends BluetoothDeviceUpdater {
|
||||
|
||||
private static final String TAG = "ConnBluetoothDeviceUpdater";
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean DBG = false;
|
||||
|
||||
private final AudioManager mAudioManager;
|
||||
|
||||
|
Reference in New Issue
Block a user