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

Commit f6ac83be authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 1b4890c9: am 45026366: am 8f5cab8b: Merge "Remove logspew." into honeycomb-mr1

* commit '1b4890c9':
  Remove logspew.
parents 7270f62c 1b4890c9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -812,7 +812,9 @@ public class NetworkController extends BroadcastReceiver {

        // the data direction overlay
        if (mLastDataDirectionOverlayIconId != dataDirectionOverlayIconId) {
            if (DEBUG) {
                Slog.d(TAG, "changing data overlay icon id to " + dataDirectionOverlayIconId);
            }
            mLastDataDirectionOverlayIconId = dataDirectionOverlayIconId;
            N = mDataDirectionOverlayIconViews.size();
            for (int i=0; i<N; i++) {