Turn down the logging a little bit.

Change-Id: Idc716000ba5d28f52aee3e1cb84832e1c6eaf440
This commit is contained in:
Joe Onorato
2016-02-01 17:48:18 -08:00
parent 0aa05d7388
commit a102dd01e9
2 changed files with 1 additions and 2 deletions

View 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
/**

View 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;
}