summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/sap/SapRilReceiver.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/sap/SapRilReceiver.java')
-rw-r--r--src/com/android/bluetooth/sap/SapRilReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/sap/SapRilReceiver.java b/src/com/android/bluetooth/sap/SapRilReceiver.java
index 6cfd6db84..542519344 100644
--- a/src/com/android/bluetooth/sap/SapRilReceiver.java
+++ b/src/com/android/bluetooth/sap/SapRilReceiver.java
@@ -18,7 +18,7 @@ import android.util.Log;
public class SapRilReceiver implements Runnable {
private static final String TAG = "SapRilReceiver";
- public static final boolean DEBUG = Log.isLoggable(SapService.LOG_TAG, Log.DEBUG);
+ public static final boolean DEBUG = true;
public static final boolean VERBOSE = Log.isLoggable(SapService.LOG_TAG, Log.VERBOSE);
private static final String SOCKET_NAME_RIL_BT = "sap_uim_socket1";