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

Commit b81aef2b authored by Steve Kondik's avatar Steve Kondik
Browse files

systemui: Shush debug spam

Change-Id: I587504bc4b9fb89d421f70471e0f323a407c6463
parent 813fcb5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ import com.android.systemui.R;
public class MSimNetworkControllerImpl extends NetworkControllerImpl {
    // debug
    static final String TAG = "StatusBar.MSimNetworkController";
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;
    static final boolean CHATTY = true; // additional diagnostics, but not logspew

    // telephony
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class NetworkControllerImpl extends BroadcastReceiver
        implements NetworkController, DemoMode {
    // debug
    static final String TAG = "StatusBar.NetworkController";
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;
    static final boolean CHATTY = false; // additional diagnostics, but not logspew

    // telephony