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

  /system/core/debuggerd/
utility.h 46 pid_t crashed_tid; member in struct:log_t
53 : tfd(-1), amfd(-1), crashed_tid(-1), current_tid(-1), should_retrieve_logcat(true) {}
utility.cpp 62 && log->crashed_tid != -1
64 && (log->crashed_tid == log->current_tid);
tombstone.cpp 433 log->current_tid = log->crashed_tid;
744 log.crashed_tid = tid;

Completed in 136 milliseconds