OSDN Git Service

Turn down the logging a little bit.
authorJoe Onorato <joeo@google.com>
Tue, 2 Feb 2016 01:48:18 +0000 (17:48 -0800)
committerJoe Onorato <joeo@google.com>
Fri, 4 Mar 2016 20:21:30 +0000 (12:21 -0800)
Change-Id: Idc716000ba5d28f52aee3e1cb84832e1c6eaf440

telephony/java/android/telephony/ServiceState.java
telephony/java/android/telephony/TelephonyManager.java

index ad007c6..39a9295 100644 (file)
@@ -36,7 +36,7 @@ import android.telephony.Rlog;
 public class ServiceState implements Parcelable {
 
     static final String LOG_TAG = "PHONE";
-    static final boolean DBG = true;
+    static final boolean DBG = false;
     static final boolean VDBG = false;  // STOPSHIP if true
 
     /**
index e90be91..b482811 100644 (file)
@@ -4403,7 +4403,6 @@ public class TelephonyManager {
             Log.e(TAG, "Error calling ITelephony#getDataEnabled", e);
         } catch (NullPointerException e) {
         }
-        Log.d(TAG, "getDataEnabled: retVal=" + retVal);
         return retVal;
     }