Searched refs:has_dump_thread (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump_processor.cc98 bool has_dump_thread = false; local
104 has_dump_thread = breakpad_info->GetDumpThreadID(&dump_thread_id);
148 (has_dump_thread ? "" : "no ") << "dump thread, " <<
186 if (has_dump_thread && thread_id == dump_thread_id) {

Completed in 101 milliseconds