Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 552436d1 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Fix excessive log spew."

parents af728bd2 1aef7fc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class MobileDataStateTracker implements NetworkStateTracker {

    private static final String TAG = "MobileDataStateTracker";
    private static final boolean DBG = true;
    private static final boolean VDBG = true;
    private static final boolean VDBG = false;

    private PhoneConstants.DataState mMobileDataState;
    private ITelephony mPhoneService;
+3 −1
Original line number Diff line number Diff line
@@ -3909,8 +3909,10 @@ public class ConnectivityService extends IConnectivityManager.Stub {
                        NetworkInfo.State state = mCs
                                .getNetworkInfo(ConnectivityManager.TYPE_MOBILE_HIPRI).getState();
                        if (state != NetworkInfo.State.CONNECTED) {
                            if (VDBG) {
                                log("isMobileOk: not connected ni=" +
                                    mCs.getNetworkInfo(ConnectivityManager.TYPE_MOBILE_HIPRI));
                            }
                            sleep(1);
                            result = ConnectivityManager.CMP_RESULT_CODE_NO_CONNECTION;
                            continue;