Lines Matching refs:ALOGE
70 ALOGE("outputReady poll failed: %s", strerror(errno)); in outputReady()
134 ALOGE("pipe2() failed: %s", strerror(errno)); in forkAndExec()
141 ALOGE("fork() failed: %s", strerror(child_pid.status().code())); in forkAndExec()
155 ALOGE("dup2() failed: %s", strerror(errno)); in forkAndExec()
166 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno)); in forkAndExec()
225 ALOGE("Unable to send command: %s", strerror(errno)); in sendCommand()
230 ALOGE("Unable to send ping command: %s", strerror(errno)); in sendCommand()
248 ALOGE("iptables error:"); in maybeLogStderr()
249 ALOGE("------- COMMAND -------"); in maybeLogStderr()
250 ALOGE("%s", command.c_str()); in maybeLogStderr()
251 ALOGE("------- ERROR -------"); in maybeLogStderr()
252 ALOGE("%s", process->errBuf.c_str()); in maybeLogStderr()
253 ALOGE("----------------------"); in maybeLogStderr()
267 ALOGE("Poll failed: %s", strerror(errno)); in drainAndWaitForAck()
288 ALOGE("Unable to read from descriptor: %s", strerror(errno)); in drainAndWaitForAck()
323 ALOGE("Timed out waiting for response from iptables process %d", process->pid); in drainAndWaitForAck()