Turn down the logging a little bit.
Change-Id: Idc716000ba5d28f52aee3e1cb84832e1c6eaf440
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user