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

Commit d9023cff authored by Erik Kline's avatar Erik Kline Committed by Android (Google) Code Review
Browse files

Merge "Make all IpReachabilityMonitor log messages have the same tag"

parents ab253faa 952159f3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -403,7 +403,6 @@ public class IpReachabilityMonitor {

    // TODO: simply the number of objects by making this extend Thread.
    private final class NetlinkSocketObserver implements Runnable {
        private static final String TAG = "NetlinkSocketObserver";
        private NetlinkSocket mSocket;

        @Override