Lines Matching refs:ALOGE
80 ALOGE("android_get_control_socket(%s): %s", service, strerror(errno)); in openSocket()
85 ALOGE("listen(control socket): %s", strerror(errno)); in openSocket()
93 ALOGE("accept(control socket): %s", strerror(errno)); in openSocket()
122 ALOGE("Failed to open output descriptor"); in zipFilesToFd()
133 ALOGE("Failed to start entry %s", writer->ErrorCodeString(error)); in zipFilesToFd()
149 ALOGE("timed out while reading %s", name.c_str()); in zipFilesToFd()
151 ALOGE("read terminated abnormally (%s)", strerror(errno)); in zipFilesToFd()
158 ALOGE("WriteBytes() failed %s", ZipWriter::ErrorCodeString(error)); in zipFilesToFd()
166 ALOGE("failed to finish entry %s", writer->ErrorCodeString(error)); in zipFilesToFd()
172 ALOGE("failed to finish zip writer %s", writer->ErrorCodeString(error)); in zipFilesToFd()
184 ALOGE("read timed out"); in copyTo()
186 ALOGE("read terminated abnormally (%s)", strerror(errno)); in copyTo()
192 ALOGE("write failed"); in copyTo()
201 ALOGE("Failed to open zip file %s.", zip_path.c_str()); in copyFile()
211 ALOGE("Failed to copy zip file %s to the output_socket.", zip_path.c_str()); in copyFile()
230 ALOGE("failed to connect to dumpstatez service"); in doBugreport()
252 ALOGE("Failed to copy progress to the progress_socket."); in doBugreport()
272 ALOGE("no zip file path was found in bugreportz progress data"); in doBugreport()
284 ALOGE("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
294 ALOGE("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
304 ALOGE("*** sigtimedwait failed: %s\n", strerror(errno)); in waitpid_with_timeout()
312 ALOGE("*** Waiting for pid %d, got pid %d instead\n", pid, child_pid); in waitpid_with_timeout()
314 ALOGE("*** waitpid failed: %s\n", strerror(errno)); in waitpid_with_timeout()
327 ALOGE("fork failed %s", strerror(errno)); in runCommand()
345 ALOGE("execvp on command %s failed (error: %s)", file, strerror(errno)); in runCommand()
355 ALOGE("command %s timed out (killing pid %d)", file, pid); in runCommand()
357 ALOGE("command %s: Error (killing pid %d)\n", file, pid); in runCommand()
363 ALOGE("could not kill command '%s' (pid %d) even with SIGKILL.\n", file, pid); in runCommand()
370 ALOGE("command '%s' failed: killed by signal %d\n", file, WTERMSIG(status)); in runCommand()
373 ALOGE("command '%s' failed: exit code %d\n", file, status); in runCommand()
408 ALOGE("rmdir(%s): %s", child, strerror(errno)); in recursiveRemoveDir()
413 ALOGE("unlink(%s): %s", child, strerror(errno)); in recursiveRemoveDir()
430 ALOGE("Failed to stat %s ", dir); in createTempDir()
434 ALOGE("Failed to mkdir %s", dir); in createTempDir()
443 ALOGE("Could not unlink %s (%s)", zip_path.c_str(), strerror(errno)); in cleanupBugreportFile()