OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUGGER_ACTION_DUMP_BACKTRACE
(Results
1 - 4
of
4
) sorted by null
/system/core/include/cutils/
debugger.h
35
DEBUGGER_ACTION_DUMP_BACKTRACE
,
/system/core/libcutils/
debugger.c
83
int sock_fd = make_dump_request(
DEBUGGER_ACTION_DUMP_BACKTRACE
, tid, timeout_secs);
/bionic/linker/
debugger.cpp
62
DEBUGGER_ACTION_DUMP_BACKTRACE
,
/system/core/debuggerd/
debuggerd.cpp
246
} else if (cr.uid == 0 || (cr.uid == AID_SYSTEM && msg.action ==
DEBUGGER_ACTION_DUMP_BACKTRACE
)) {
504
} else if (request.action ==
DEBUGGER_ACTION_DUMP_BACKTRACE
) {
579
case
DEBUGGER_ACTION_DUMP_BACKTRACE
:
821
if (request.action ==
DEBUGGER_ACTION_DUMP_BACKTRACE
||
Completed in 83 milliseconds