Loading common/moduleutils/src/android/net/ip/NetlinkMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ public class NetlinkMonitor extends PacketReader { } processNetlinkMessage(nlMsg, whenMs); } catch (Throwable e) { } catch (Exception e) { mLog.e("Error handling netlink message", e); } } Loading common/moduleutils/src/android/net/util/FdEventsReader.java +1 −2 Original line number Diff line number Diff line Loading @@ -245,8 +245,7 @@ public abstract class FdEventsReader<BufferType> { handlePacket(mBuffer, bytesRead); } catch (Exception e) { logError("handlePacket error: ", e); Log.wtf(FdEventsReader.class.getSimpleName(), "Error handling packet: stopping", e); break; Log.wtf(FdEventsReader.class.getSimpleName(), "Error handling packet", e); } } Loading src/android/net/ip/IpReachabilityMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -345,7 +345,7 @@ public class IpReachabilityMonitor { // Find all the neighbors that have gone into FAILED state. // Ignore entries for which we have never received an event. If there are neighbors // that never respond to ARP/ND, the kernel will send several FAILED event, then // that never respond to ARP/ND, the kernel will send several FAILED events, then // an INCOMPLETE event, and then more FAILED events. The INCOMPLETE event will // populate the map and the subsequent FAILED event will be processed. if (val == null || val.nudState != StructNdMsg.NUD_FAILED) continue; Loading Loading
common/moduleutils/src/android/net/ip/NetlinkMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ public class NetlinkMonitor extends PacketReader { } processNetlinkMessage(nlMsg, whenMs); } catch (Throwable e) { } catch (Exception e) { mLog.e("Error handling netlink message", e); } } Loading
common/moduleutils/src/android/net/util/FdEventsReader.java +1 −2 Original line number Diff line number Diff line Loading @@ -245,8 +245,7 @@ public abstract class FdEventsReader<BufferType> { handlePacket(mBuffer, bytesRead); } catch (Exception e) { logError("handlePacket error: ", e); Log.wtf(FdEventsReader.class.getSimpleName(), "Error handling packet: stopping", e); break; Log.wtf(FdEventsReader.class.getSimpleName(), "Error handling packet", e); } } Loading
src/android/net/ip/IpReachabilityMonitor.java +1 −1 Original line number Diff line number Diff line Loading @@ -345,7 +345,7 @@ public class IpReachabilityMonitor { // Find all the neighbors that have gone into FAILED state. // Ignore entries for which we have never received an event. If there are neighbors // that never respond to ARP/ND, the kernel will send several FAILED event, then // that never respond to ARP/ND, the kernel will send several FAILED events, then // an INCOMPLETE event, and then more FAILED events. The INCOMPLETE event will // populate the map and the subsequent FAILED event will be processed. if (val == null || val.nudState != StructNdMsg.NUD_FAILED) continue; Loading