Home
last modified time | relevance | path

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

/system/core/include/cutils/
Ddebugger.h35 DEBUGGER_ACTION_DUMP_BACKTRACE, enumerator
/system/core/libcutils/
Ddebugger.c83 int sock_fd = make_dump_request(DEBUGGER_ACTION_DUMP_BACKTRACE, tid, timeout_secs); in dump_backtrace_to_file_timeout()
/system/core/debuggerd/
Ddebuggerd.cpp246 …} else if (cr.uid == 0 || (cr.uid == AID_SYSTEM && msg.action == DEBUGGER_ACTION_DUMP_BACKTRACE)) { in read_request()
504 } else if (request.action == DEBUGGER_ACTION_DUMP_BACKTRACE) { in perform_dump()
579 case DEBUGGER_ACTION_DUMP_BACKTRACE: in worker_process()
821 if (request.action == DEBUGGER_ACTION_DUMP_BACKTRACE || in handle_request()