
09-01 15:49:42.330 1059 1545 E C01560/WifiFrameWork: Loading config file: /data/service/el1/public/wifi/device_config.conf, fs.is_open() failed!
09-01 15:49:42.330 2115 2118 I C01560/WifiDeviceProxy: ParseDeviceConfigs
09-01 15:49:42.330 2115 2118 E C01560/WifiDeviceProxy: Parse device config size error: 0
09-01 15:49:42.330 2115 2118 E C00101/iotc: IC_ERROR:iotc_wifi.c:65, GetDeviceConfigs fail, no ssid
之后socket绑定失败
09-01 15:49:42.384 2115 2118 E C00101/iotc: IC_ERROR:iotc_socket.c:526, system bind() failed, ret=-1, errno=99 (Address not available)
09-01 15:49:42.384 2115 2118 E C00101/iotc: IC_ERROR:trans_socket_udp.c:140, Bind failed - socket[7] to 192.*.*.1:5683, ret=-1
09-01 15:49:42.384 2115 2118 W C00101/iotc: IC_WARN:trans_socket.c:64, socket[UDP] connect error:-1
09-01 15:49:42.384 2115 2118 W C00101/iotc: IC_WARN:trans_link.c:122, link[SOFTAP] connect error -327672
09-01 15:49:42.384 2115 2118 W C00101/iotc: IC_WARN:coap_net_stack.c:117, link connect error -327672
09-01 15:49:42.384 2115 2118 W C00101/iotc: IC_WARN:svc_softap_sess.c:441, stack start error -327672
09-01 15:49:42.384 2115 2118 W C00101/iotc: IC_WARN:wifi_svc_softap.c:142, create sess error -327672

系统尝试加载/data/service/el1/public/wifi/device_config.conf 配置文件时失败,find下看下是否是文件不存在、文件权限不足或者文件路径有误。socket绑定失败看下网络接口的配置情况,是否是ip地址是否正确,或者端口是否被占用。




