summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorChristopher R. Palmer <crpalmer@gmail.com>2015-01-29 05:10:43 -0500
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 16:49:00 +0200
commit519af800ca46a9cc557f78749f73a7cb9ca66781 (patch)
treec051035f34d8790c41b6be210db5b0aa942a28f6 /src/com
parent23725f5f70e52d9992671b82c3517d2f2ea1d904 (diff)
downloadandroid_packages_apps_Bluetooth-519af800ca46a9cc557f78749f73a7cb9ca66781.tar.gz
android_packages_apps_Bluetooth-519af800ca46a9cc557f78749f73a7cb9ca66781.tar.bz2
android_packages_apps_Bluetooth-519af800ca46a9cc557f78749f73a7cb9ca66781.zip
bluetooth: Tone down the logspam
Change-Id: I2d1c37c36429d7a3646fa05237027edda6a7730e
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/bluetooth/avrcp/Avrcp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/avrcp/Avrcp.java b/src/com/android/bluetooth/avrcp/Avrcp.java
index 8d7a77dc7..82dfacec2 100644
--- a/src/com/android/bluetooth/avrcp/Avrcp.java
+++ b/src/com/android/bluetooth/avrcp/Avrcp.java
@@ -87,7 +87,7 @@ import android.os.SystemProperties;
* support metadata, play status and event notification
*/
public final class Avrcp {
- private static final boolean DEBUG = true;
+ private static final boolean DEBUG = false;
private static final String TAG = "Avrcp";
private static final String ABSOLUTE_VOLUME_BLACKLIST = "absolute_volume_blacklist";