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

Commit 952159f3 authored by Erik Kline's avatar Erik Kline
Browse files

Make all IpReachabilityMonitor log messages have the same tag

Change-Id: I463566a9efc52ea02d431fb859e915a615ad0dc6
parent 78031818
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