summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorChristopher R. Palmer <crpalmer@gmail.com>2015-01-29 05:10:43 -0500
committerSteve Kondik <steve@cyngn.com>2015-03-14 23:47:22 -0700
commit2bc426dbc30f8939e8c3cf56dcdbe9b54679e21c (patch)
tree58e1e267a7a3299335d23d93c1b600dfdf4e7a57 /src/com
parent5435b46d18a7e9e784810bc227b195916cf0b316 (diff)
downloadandroid_packages_apps_Bluetooth-2bc426dbc30f8939e8c3cf56dcdbe9b54679e21c.tar.gz
android_packages_apps_Bluetooth-2bc426dbc30f8939e8c3cf56dcdbe9b54679e21c.tar.bz2
android_packages_apps_Bluetooth-2bc426dbc30f8939e8c3cf56dcdbe9b54679e21c.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 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;