Searched refs:crash_type (Results 1 – 2 of 2) sorted by relevance
72 DebuggerdDumpType crash_type; member98 return (crash->crash_type == kDebuggerdJavaBacktrace) ? for_anrs() : for_tombstones(); in for_crash()215 intercept_manager->GetIntercept(crash->crash_pid, crash->crash_type, &output_fd); in perform_request()217 if (crash->crash_type == kDebuggerdNativeBacktrace) { in perform_request()300 crash->crash_type = request.packet.dump_request.dump_type; in crash_request_cb()301 if (crash->crash_type < 0 || crash->crash_type > kDebuggerdAnyIntercept) { in crash_request_cb()302 LOG(WARNING) << "unexpected crash dump type: " << crash->crash_type; in crash_request_cb()306 if (crash->crash_type != kDebuggerdJavaBacktrace) { in crash_request_cb()379 if (crash->crash_type == kDebuggerdJavaBacktrace) { in crash_completed_cb()
165 void StartCrasher(const std::string& crash_type);