summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-10-13 21:02:15 -0700
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 16:49:00 +0200
commit6f63413577dcc240ec74e133e6187b1e71ffa011 (patch)
tree912355fbf5cb3a3ea22dd1a34acc7037fedd5d6d
parentc3175f10f122a382ffb1c01f6b816e2f8704a097 (diff)
downloadandroid_packages_apps_Bluetooth-6f63413577dcc240ec74e133e6187b1e71ffa011.tar.gz
android_packages_apps_Bluetooth-6f63413577dcc240ec74e133e6187b1e71ffa011.tar.bz2
android_packages_apps_Bluetooth-6f63413577dcc240ec74e133e6187b1e71ffa011.zip
bluetooth: Disable logspam from GattService
Change-Id: I3819edbad9172846f752f2da34f910ff758fd8f8
-rw-r--r--src/com/android/bluetooth/gatt/GattServiceConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/gatt/GattServiceConfig.java b/src/com/android/bluetooth/gatt/GattServiceConfig.java
index 357057b7b..290d15d5a 100644
--- a/src/com/android/bluetooth/gatt/GattServiceConfig.java
+++ b/src/com/android/bluetooth/gatt/GattServiceConfig.java
@@ -20,7 +20,7 @@ package com.android.bluetooth.gatt;
* GattService configuration.
*/
/*package*/ class GattServiceConfig {
- public static final boolean DBG = true;
+ public static final boolean DBG = false;
public static final boolean VDBG = false;
public static final String TAG_PREFIX = "BtGatt.";
public static final boolean DEBUG_ADMIN = true;