summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/avrcp/Avrcp.java
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2014-06-25 21:35:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-25 17:34:05 +0000
commit9cf6c591c43c4dba90b5c2e26a5f93368682c9cc (patch)
tree7d53741c23e53ca0e0c8b7b5f991c0b968ccf1a6 /src/com/android/bluetooth/avrcp/Avrcp.java
parentcd1ac06761c5c4d8ba0b5f95684cf029e276420b (diff)
parent8e0d927632cce4ad53df85fb7627b915c5fbd64b (diff)
downloadandroid_packages_apps_Bluetooth-9cf6c591c43c4dba90b5c2e26a5f93368682c9cc.tar.gz
android_packages_apps_Bluetooth-9cf6c591c43c4dba90b5c2e26a5f93368682c9cc.tar.bz2
android_packages_apps_Bluetooth-9cf6c591c43c4dba90b5c2e26a5f93368682c9cc.zip
Merge "Disable debug messages that were left on"
Diffstat (limited to 'src/com/android/bluetooth/avrcp/Avrcp.java')
-rwxr-xr-xsrc/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 15ada221d..3aeb86688 100755
--- a/src/com/android/bluetooth/avrcp/Avrcp.java
+++ b/src/com/android/bluetooth/avrcp/Avrcp.java
@@ -61,7 +61,7 @@ import java.util.Set;
* 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;