Searched defs:amfd_data (Results 1 - 3 of 3) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dutility.h34 std::string* amfd_data; member in struct:log_t
44 amfd_data(nullptr),
/system/core/debuggerd/
H A Dcrash_dump.cpp140 static bool activity_manager_notify(pid_t pid, int signal, const std::string& amfd_data) { argument
176 if (!android::base::WriteFully(amfd, amfd_data.c_str(), amfd_data.size() + 1)) {
539 std::string amfd_data; local
546 g_target_thread, abort_address, &open_files, &amfd_data); local
552 activity_manager_notify(target_process, signo, amfd_data);
/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp596 log.amfd_data = nullptr;
630 std::string* amfd_data) {
638 log.amfd_data = amfd_data;
627 engrave_tombstone(unique_fd output_fd, BacktraceMap* map, Memory* process_memory, const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, uint64_t abort_msg_address, OpenFilesList* open_files, std::string* amfd_data) argument

Completed in 65 milliseconds