Home
last modified time | relevance | path

Searched refs:target_process (Results 1 – 1 of 1) sorted by relevance

/system/core/debuggerd/
Dcrash_dump.cpp543 pid_t target_process = getppid(); in main() local
546 std::string target_proc_path = "/proc/" + std::to_string(target_process); in main()
553 if (getppid() != target_process) { in main()
631 info.pid = target_process; in main()
716 if (tgkill(target_process, tid, SIGSTOP) != 0) { in main()
747 LOG(INFO) << "performing dump of process " << target_process in main()
817 if (thread_info[target_process].thread_name != "system_server") { in main()
818 activity_manager_notify(target_process, signo, amfd_data, recoverable_crash); in main()
832 target_process, target_process); in main()