Turn off debug logging flags

Fixes: 130558346
Test: visual
Change-Id: Ie82bfe503f789435a3474697391fdfdeb94864ee
This commit is contained in:
Yanting Yang
2019-04-17 17:34:34 +08:00
parent cf9b3d2e87
commit 118e7aee28
10 changed files with 10 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ import java.util.Map;
public abstract class BluetoothDeviceUpdater implements BluetoothCallback,
LocalBluetoothProfileManager.ServiceListener {
private static final String TAG = "BluetoothDeviceUpdater";
private static final boolean DBG = true;
private static final boolean DBG = false;
protected final DevicePreferenceCallback mDevicePreferenceCallback;
protected final Map<BluetoothDevice, Preference> mPreferenceMap;