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

Commit 4ae256f5 authored by Altaf-Mahdi's avatar Altaf-Mahdi Committed by Ethan Chen
Browse files

SystemUI: Silence verbose NetworkController logging

Change-Id: I2f9ef2804b83d31fe6745e1db4ed9b905d83cb56
parent e09c82d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1398,7 +1398,7 @@ public class NetworkControllerImpl extends BroadcastReceiver

        if (!mDataConnected) {
            int inetCondition = inetConditionForNetwork(ConnectivityManager.TYPE_MOBILE);
            Log.d(TAG, "refreshViews: Data not connected!! Set no data type icon / Roaming");
            if (DEBUG) Log.d(TAG, "refreshViews: Data not connected!! Set no data type icon / Roaming");
            mDataTypeIconId = 0;
            mQSDataTypeIconId = 0;
            if (isRoaming()) {