Searched refs:tombstone_socket (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/debuggerd/handler/ |
H A D | debuggerd_fallback.cpp | 198 unique_fd tombstone_socket, output_fd; in trace_handler() local 199 if (!tombstoned_connect(getpid(), &tombstone_socket, &output_fd, nullptr, in trace_handler() 271 tombstoned_notify_completion(tombstone_socket.get()); in trace_handler() 295 unique_fd tombstone_socket, output_fd, proto_fd; in crash_handler() local 296 bool tombstoned_connected = tombstoned_connect(getpid(), &tombstone_socket, &output_fd, &proto_fd, in crash_handler() 300 tombstoned_notify_completion(tombstone_socket.get()); in crash_handler()
|