Searched refs:amfd_data (Results 1 - 9 of 9) sorted by last modified time

/system/core/debuggerd/
H A Dcrash_dump.cpp106 static bool activity_manager_notify(pid_t pid, int signal, const std::string& amfd_data) { argument
142 if (!android::base::WriteFully(amfd, amfd_data.c_str(), amfd_data.size() + 1)) {
405 std::string amfd_data; local
412 process_name, threads, abort_address, fatal_signal ? &amfd_data : nullptr);
453 activity_manager_notify(target, signo, amfd_data);
/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp77 const std::map<pid_t, std::string>& threads, std::string* amfd_data) {
80 log.amfd_data = amfd_data;
102 log.amfd_data = nullptr;
120 log.amfd_data = nullptr;
130 log.amfd_data = nullptr;
76 dump_backtrace(int fd, BacktraceMap* map, pid_t pid, pid_t tid, const std::string& process_name, const std::map<pid_t, std::string>& threads, std::string* amfd_data) argument
H A Dtombstone.cpp753 std::string* amfd_data) {
758 log.amfd_data = amfd_data;
771 log.amfd_data = nullptr;
750 engrave_tombstone(int tombstone_fd, BacktraceMap* map, const OpenFilesList* open_files, pid_t pid, pid_t tid, const std::string& process_name, const std::map<pid_t, std::string>& threads, uintptr_t abort_msg_address, std::string* amfd_data) argument
H A Dutility.cpp70 if (log->amfd_data != nullptr) {
71 *log->amfd_data += buf;
/system/core/debuggerd/libdebuggerd/include/
H A Dbacktrace.h34 const std::map<pid_t, std::string>& threads, std::string* amfd_data);
H A Dtombstone.h41 std::string* amfd_data);
H A Dutility.h51 std::string* amfd_data; member in struct:log_t
60 : tfd(-1), amfd_data(nullptr), crashed_tid(-1), current_tid(-1),
/system/core/debuggerd/libdebuggerd/test/
H A Ddump_memory_test.cpp128 log_.amfd_data = nullptr;
H A Dtombstone_test.cpp72 log_.amfd_data = &amfd_data_;

Completed in 73 milliseconds