HomeSort by relevance Sort by last modified time
    Searched refs:dump_backtrace (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/
backtrace.h 28 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
debuggerd.cpp 258 dump_backtrace(fd, -1, request.pid, request.tid, &detach_failed,
408 static int do_explicit_dump(pid_t tid, bool dump_backtrace) {
411 if (dump_backtrace) {
441 bool dump_backtrace = false; local
446 dump_backtrace = true;
459 return do_explicit_dump(tid, dump_backtrace);
backtrace.cpp 104 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, function

Completed in 431 milliseconds