Lines Matching refs:ALOGE
50 ALOGE("Failed to open %s: %s", filename, strerror(errno)); in writeToFile()
56 ALOGE("Failed to write %s to %s: %s", value, filename, strerror(errno)); in writeToFile()
128 ALOGE("Tethering already started"); in startTethering()
139 ALOGE("pipe failed (%s)", strerror(errno)); in startTethering()
148 ALOGE("fork failed (%s)", strerror(errno)); in startTethering()
158 ALOGE("dup2 failed (%s)", strerror(errno)); in startTethering()
184 ALOGE("execl failed (%s)", strerror(errno)); in startTethering()
186 ALOGE("Should never get here!"); in startTethering()
202 ALOGE("Tethering already stopped"); in stopTethering()
244 ALOGE("Failed to parse DNS server '%s'", servers[i]); in setDnsForwarders()
265 ALOGE("Failed to send update command to dnsmasq (%s)", strerror(errno)); in setDnsForwarders()
305 ALOGE("Failed to send update command to dnsmasq (%s)", strerror(errno)); in applyDnsInterfaces()