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

Commit 73be017e authored by Ethan Chen's avatar Ethan Chen
Browse files

MSimNetworkController: disable CHATTY logs

Change-Id: Ic9dd166aa6ac77647dc69acea31d2ebde3a87f0a
parent 42d38835
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class MSimNetworkController extends NetworkController {
    // debug
    static final String TAG = "StatusBar.MSimNetworkController";
    static final boolean DEBUG = false;
    static final boolean CHATTY = true; // additional diagnostics, but not logspew
    static final boolean CHATTY = false; // additional diagnostics, but not logspew

    // telephony
    private MSimTelephonyManager mPhone;