Loading services/net/java/android/net/ip/IpReachabilityMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ public class IpReachabilityMonitor { try { byteBuffer = recvKernelReply(); } catch (ErrnoException e) { Log.w(TAG, "ErrnoException: ", e); if (stillRunning()) { Log.w(TAG, "ErrnoException: ", e); } break; } final long whenMs = SystemClock.elapsedRealtime(); Loading Loading
services/net/java/android/net/ip/IpReachabilityMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ public class IpReachabilityMonitor { try { byteBuffer = recvKernelReply(); } catch (ErrnoException e) { Log.w(TAG, "ErrnoException: ", e); if (stillRunning()) { Log.w(TAG, "ErrnoException: ", e); } break; } final long whenMs = SystemClock.elapsedRealtime(); Loading