Lines Matching refs:ALOGE
66 ALOGE("outputReady poll failed: %s", strerror(errno)); in outputReady()
88 ALOGE("iptables child process %d unexpectedly disappeared", pid); in stop()
94 ALOGE("Error killing iptables child process %d: %s", pid, strerror(err)); in stop()
99 ALOGE("Error waiting for iptables child process %d: %s", pid, strerror(errno)); in stop()
150 ALOGE("pipe2() failed: %s", strerror(errno)); in forkAndExec()
157 ALOGE("fork() failed: %s", strerror(child_pid.status().code())); in forkAndExec()
170 ALOGE("dup2() failed: %s", strerror(errno)); in forkAndExec()
181 ALOGE("execl(%s, ...) failed: %s", cmd, strerror(errno)); in forkAndExec()
238 ALOGE("Unable to send command: %s", strerror(errno)); in sendCommand()
243 ALOGE("Unable to send ping command: %s", strerror(errno)); in sendCommand()
261 ALOGE("iptables error:\n"); in maybeLogStderr()
262 ALOGE("------- COMMAND -------\n"); in maybeLogStderr()
263 ALOGE("%s\n", command.c_str()); in maybeLogStderr()
264 ALOGE("------- ERROR -------\n"); in maybeLogStderr()
265 ALOGE("%s", process->errBuf.c_str()); in maybeLogStderr()
266 ALOGE("----------------------\n"); in maybeLogStderr()
280 ALOGE("Poll failed: %s", strerror(errno)); in drainAndWaitForAck()
301 ALOGE("Unable to read from descriptor: %s", strerror(errno)); in drainAndWaitForAck()
336 ALOGE("Timed out waiting for response from iptables process %d", process->pid); in drainAndWaitForAck()