NetlinkListener and NetlinkEvent error messages

▼魔方 西西 提交于 2019-12-22 08:15:13

问题


My application does not break during Runtime. However, the following error messages always show up

NetlinkListener: ignoring non-kernel netlink multicast message NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UDEV_LOG' not found

The app I'm developing uses sockets to receive packages from a specific IP source (with specific enabled port number). I set up a set of Log outputs (I even tried 'System.out.println' calls) to verify the data flow and everything seems to be fine.

Can anyone tell me what those errors messages are exactly related to?

The device I'm using for testing purposes is a Motorola Atrix 4G (MB860) with the latest OTA update (Android 2.3.6). Because of compatibility issues, all the development we do have to be done using API 8 (or earlier).


回答1:


Having the same issue, it's a bug on 2.3.6, reported on Motorola and Android.

Link to Android bug report.

In the bug report, I added the info for my phone plus the search I did on the forums. If anyone has the same issue please add a star and/or comment to make them know that the issue exists and it's not related to only one country/cell provider.




回答2:


It seems to be something else on the Atrix. I have an Atrix and looking at LogCat those errors come out a lot, so its not your app.




回答3:


After I rooted my Atrix phone I noticed this problem. Logcat outputs it constantly :(



来源:https://stackoverflow.com/questions/10318938/netlinklistener-and-netlinkevent-error-messages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!