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

Commit a102dd01 authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn down the logging a little bit.

Change-Id: Idc716000ba5d28f52aee3e1cb84832e1c6eaf440
parent 0aa05d73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

    /**
+0 −1
Original line number Diff line number Diff line
@@ -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;
    }