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

Commit 5128d1f5 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5726890 from c464fc6f to qt-c2f2-release

Change-Id: If3056e274d894510a6ed8413779aa99090873b94
parents 57a52ef2 c464fc6f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -185,12 +185,6 @@ public class IpNeighborMonitor extends PacketReader {
                break;
            }

            final int srcPortId = nlMsg.getHeader().nlmsg_pid;
            if (srcPortId !=  0) {
                mLog.e("non-kernel source portId: " + Integer.toUnsignedLong(srcPortId));
                break;
            }

            if (nlMsg instanceof NetlinkErrorMessage) {
                mLog.e("netlink error: " + nlMsg);
                continue;