summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/btservice/ProfileService.java
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-10-07 23:46:41 -0700
committerMatthew Xie <mattx@google.com>2012-10-07 23:48:21 -0700
commitfd1da115cbf09b7dd9bca3c7d3a4fb816a835dc5 (patch)
tree69350d7a51e29cbed678cc270223336850d78b32 /src/com/android/bluetooth/btservice/ProfileService.java
parent344036be03c7bb0ef5eb101416b122152b61ca0c (diff)
downloadandroid_packages_apps_Bluetooth-fd1da115cbf09b7dd9bca3c7d3a4fb816a835dc5.tar.gz
android_packages_apps_Bluetooth-fd1da115cbf09b7dd9bca3c7d3a4fb816a835dc5.tar.bz2
android_packages_apps_Bluetooth-fd1da115cbf09b7dd9bca3c7d3a4fb816a835dc5.zip
Turn off dbg messages, be prepared for production build
bug 7174712 Change-Id: I58747ec6507da8ea8ae27a182b601aaf626ede42
Diffstat (limited to 'src/com/android/bluetooth/btservice/ProfileService.java')
-rw-r--r--src/com/android/bluetooth/btservice/ProfileService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/btservice/ProfileService.java b/src/com/android/bluetooth/btservice/ProfileService.java
index baaf40397..fab9ad8a5 100644
--- a/src/com/android/bluetooth/btservice/ProfileService.java
+++ b/src/com/android/bluetooth/btservice/ProfileService.java
@@ -15,7 +15,7 @@ import android.os.IBinder;
import android.util.Log;
public abstract class ProfileService extends Service {
- private static final boolean DBG = true;
+ private static final boolean DBG = false;
//For Debugging only
private static HashMap<String, Integer> sReferenceCount = new HashMap<String,Integer>();