HomeSort by relevance Sort by last modified time
    Searched defs:amfd_data (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
utility.h 34 std::string* amfd_data; member in struct:log_t
44 amfd_data(nullptr),
  /system/core/debuggerd/
crash_dump.cpp 140 static bool activity_manager_notify(pid_t pid, int signal, const std::string& amfd_data) {
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);

Completed in 211 milliseconds