NetlinkListener and NetlinkEvent error messages
Asked Answered
B

3

4

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).

Blotch answered 25/4, 2012 at 15:36 Comment(2)
I get this all the time on my 2.3.6 Motorola Atrix. Must be a thing with clunky Motorola.Schnozzle
Also happens in Moto E Gen 2.Shaddock
K
5

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.

Kristakristal answered 22/5, 2012 at 13:18 Comment(3)
please provide a link to bug reports, if possible.Crispi
Alejandro, thanks for the info you posted. Perhaps, the issue is not related to a single country. However, we got two different flavors of Android OS mods. One is set for the German market and the other for Latin American consumers. The latest one is the one having issues.Blotch
well, i see that the issue is being reported on the US too, also not only for motorola devices, please check the links i posted on the bug reportKristakristal
G
4

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.

Gentilesse answered 13/5, 2012 at 3:35 Comment(1)
Me too. Like, tons of them when I have my atrix hooked up. Boo.Schnozzle
T
2

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

Telegraph answered 16/7, 2012 at 5:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.