Lines Matching refs:LOG
88 LOG(ERROR) << "Fail to read a complete event, read " << bytes_read in OnBootEvtReceived()
92 LOG(INFO) << "Virtual device booted successfully"; in OnBootEvtReceived()
95 LOG(ERROR) << "Virtual device failed to boot"; in OnBootEvtReceived()
159 LOG(ERROR) << "Unable to create cuttlefish.env file"; in WriteCuttlefishEnvironment()
176 LOG(ERROR) << "Unable to create pipe"; in DaemonizeLauncher()
187 LOG(ERROR) << "Failed to read a complete exit code, read " << bytes_read in DaemonizeLauncher()
191 LOG(INFO) << "Virtual device booted successfully"; in DaemonizeLauncher()
193 LOG(ERROR) << "Virtual device failed to boot"; in DaemonizeLauncher()
195 LOG(ERROR) << "Unexpected exit code: " << exit_code; in DaemonizeLauncher()
198 LOG(INFO) << vsoc::kBootCompletedMessage; in DaemonizeLauncher()
200 LOG(INFO) << vsoc::kBootFailedMessage; in DaemonizeLauncher()
206 LOG(ERROR) << "Failed to daemonize child process: " << strerror(errno); in DaemonizeLauncher()
215 LOG(ERROR) << "Failed to create launcher log file: " << log->StrError(); in DaemonizeLauncher()
220 LOG(ERROR) << "Failed to open /dev/null: " << dev_null->StrError(); in DaemonizeLauncher()
224 LOG(ERROR) << "Failed dup2 stdin: " << dev_null->StrError(); in DaemonizeLauncher()
228 LOG(ERROR) << "Failed dup2 stdout: " << log->StrError(); in DaemonizeLauncher()
232 LOG(ERROR) << "Failed dup2 seterr: " << log->StrError(); in DaemonizeLauncher()
266 LOG(ERROR) << "Unrecognized launcher action: " in ServerLoop()
287 LOG(FATAL) << "stdin was a tty, expected to be passed the output of a previous stage. " in main()
293 LOG(FATAL) << "stdin was not a valid file descriptor, expected to be passed the output " in main()
306 LOG(FATAL) << "Failed to read input files. Error was \"" << input_fd->StrError() << "\""; in main()
334 LOG(ERROR) << "Unable to change dir into instance directory (" in main()
341 LOG(ERROR) << "Wifi TAP device already in use"; in main()
344 LOG(ERROR) << "Mobile TAP device already in use"; in main()
353 LOG(ERROR) << "Validation of user configuration failed"; in main()
364 LOG(ERROR) << "Unable to write cuttlefish environment file"; in main()
367 LOG(INFO) << "The following files contain useful debugging information:"; in main()
369 LOG(INFO) << " Launcher log: " << instance.launcher_log_path(); in main()
371 LOG(INFO) << " Android's logcat output: " << instance.logcat_path(); in main()
372 LOG(INFO) << " Kernel log: " << instance.PerInstancePath("kernel.log"); in main()
373 LOG(INFO) << " Instance configuration: " << GetConfigFilePath(*config); in main()
374 LOG(INFO) << " Instance environment: " << config->cuttlefish_env_path(); in main()
375 LOG(INFO) << "To access the console run: socat file:$(tty),raw,echo=0 " in main()
382 LOG(ERROR) << "Error when opening launcher server: " in main()
398 LOG(ERROR) << "Failed to create new process group: " << strerror(errno); in main()
467 LOG(ERROR) << "The server loop returned, it should never happen!!"; in main()