NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found

Yogesh Rathi picture Yogesh Rathi · Sep 13, 2016 · Viewed 15.8k times · Source

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

E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found

this log print continuously, i did not understand and what is cause of this error,Can anyone of you guys tell me what those errors messages are exactly related to?

Device is moto g3.

Appreciate any help you can provide me with.

I found some link but there issue is

NetlinkEvent::FindParam(): Parameter 'UDEV_LOG' not found

Answer

Vicente picture Vicente · Dec 22, 2017

I was having the exact same problem of the "NetlinkEvent::FindParam(): Parameter 'UID' not found" with the log print loop.

I figured it was something related to my Wi-Fi connection. What solved my problem was to toggle OFF the "Airplane Mode" (basically when I had Wi-Fi and Airplane Mode ON this error occurred)

I hope this helps you