From 2bc426dbc30f8939e8c3cf56dcdbe9b54679e21c Mon Sep 17 00:00:00 2001 From: "Christopher R. Palmer" Date: Thu, 29 Jan 2015 05:10:43 -0500 Subject: bluetooth: Tone down the logspam Change-Id: I2d1c37c36429d7a3646fa05237027edda6a7730e --- src/com/android/bluetooth/avrcp/Avrcp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/bluetooth') diff --git a/src/com/android/bluetooth/avrcp/Avrcp.java b/src/com/android/bluetooth/avrcp/Avrcp.java index f68d60483..4917e711b 100644 --- a/src/com/android/bluetooth/avrcp/Avrcp.java +++ b/src/com/android/bluetooth/avrcp/Avrcp.java @@ -71,7 +71,7 @@ import android.net.Uri; * 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 Context mContext; -- cgit v1.2.3