Home | History | Annotate | Download | only in debuggerd

Lines Matching defs:fatal

202     PLOG(FATAL) << "failed to set signal mask";
233 LOG(FATAL) << "wrong number of args: " << argc << " (expected 4)";
237 LOG(FATAL) << "invalid target tid: " << argv[1];
241 LOG(FATAL) << "invalid pseudothread tid: " << argv[2];
246 LOG(FATAL) << "invalid requested dump type: " << argv[3];
256 PLOG(FATAL) << "failed to read target ucontext";
258 LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected "
264 LOG(FATAL) << "version mismatch, expected 1, received " << crash_info->version;
278 PLOG(FATAL) << "failed to waitpid";
282 LOG(FATAL) << "traced process exited with status " << WEXITSTATUS(status);
284 LOG(FATAL) << "traced process exited with signal " << WTERMSIG(status);
286 LOG(FATAL) << "process didn't stop? (status = " << status << ")";
290 LOG(FATAL) << "process didn't stop due to PTRACE_O_TRACECLONE (status = " << status << ")";
295 PLOG(FATAL) << "failed to get child pid via PTRACE_GETEVENTMSG";
300 PLOG(FATAL) << "failed to waitpid on child";
307 PLOG(FATAL) << "failed to resume child (pid = " << child << ")";
319 PLOG(FATAL) << "failed to detach from intermediate vm process";
335 PLOG(FATAL) << "failed to open " << target_proc_path;
340 LOG(FATAL) << "parent died";
345 // original process to avoid leaving a zombie for non-fatal dumps.
352 PLOG(FATAL) << "failed to create pipe";
357 PLOG(FATAL) << "fork failed";
398 PLOG(FATAL) << "failed to get process threads";
414 bool fatal = thread == g_target_thread;
415 LOG(fatal ? FATAL : WARNING) << error;
450 LOG(FATAL) << "failed to seize pseudothread: " << error;
454 PLOG(FATAL) << "failed to write to pseudothread";
459 PLOG(FATAL) << "failed to detach from pseudothread";
531 LOG(FATAL) << "failed to create backtrace map";
536 LOG(FATAL) << "failed to get unwindstack::Memory handle";