Lines Matching refs:LOGE
45 LOGE("cannot open socket %d", errno); in init()
50 LOGE("setsockopt error %d", errno); in init()
61 LOGE("inet_pton failed %d", errno); in init()
66 LOGE("cannot connect socket %d", errno); in init()
85 LOGE("fcntl error %d", errno); in readData()
89 LOGE("fcntl error %d", errno); in readData()
107 LOGE("select failed"); in readData()
112 LOGE("socket read timeout"); in readData()
124 LOGE("zero read, peer closed or what?, nonblocking: %d", useTimeout); in readData()
128 LOGE("recv returned %d", read); in readData()
151 LOGE("send returned %d, error %d", sent, errno); in sendData()