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

Commit ba175a5e authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Turn on some debugging info

bug:3060742
Change-Id: I86f4e0b3f678c80e1bee11abd32ab0b9e0563b09
parent d688b0cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ import android.text.TextUtils;
public class MobileDataStateTracker implements NetworkStateTracker {

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

    private Phone.DataState mMobileDataState;
    private ITelephony mPhoneService;
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ import java.net.UnknownHostException;
 */
public class ConnectivityService extends IConnectivityManager.Stub {

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

    // how long to wait before switching back to a radio's default network