ecdaf2393c985a296aad8048b5063f2506db12f5
This exception log is usually printed when the device connects to a wifi. The cause is that when the device connects to a wifi, wifi will send CONNECTING state first, then CONNECTED state. And in CONNECTING state, wifi will send the LinkProperties to ConnectivityService and ConnectivityService will try to update that LinkProperties(including interface) to netd. But the netid hasn't set to netd yet before wifi CONNECTED, so this exception log will be printed. There is no really issue in this case, so downgrade the log level might be a better thing for all Android developer. Bug: 181269159 Test: m Change-Id: I61c09352225a610fcd6d3dd33b782ee114c35fc5
Description
android_packages_modules_Connectivity
Languages
Java
81.4%
Kotlin
7.7%
AIDL
4.5%
C++
4.5%
C
1.7%
Other
0.1%