Searched refs:crash_type (Results 1 – 2 of 2) sorted by relevance
94 DebuggerdDumpType crash_type; member121 return (crash->crash_type == kDebuggerdJavaBacktrace) ? for_anrs() : for_tombstones(); in for_crash()287 intercept_manager->GetIntercept(crash->crash_pid, crash->crash_type, &output_fd); in perform_request()289 if (crash->crash_type == kDebuggerdTombstoneProto) { in perform_request()293 if (auto o = CrashQueue::for_crash(crash.get())->get_output(crash->crash_type); o) { in perform_request()297 LOG(ERROR) << "failed to get crash output for type " << crash->crash_type; in perform_request()378 crash->crash_type = request.packet.dump_request.dump_type; in crash_request_cb()379 if (crash->crash_type < 0 || crash->crash_type > kDebuggerdTombstoneProto) { in crash_request_cb()380 LOG(WARNING) << "unexpected crash dump type: " << crash->crash_type; in crash_request_cb()384 if (crash->crash_type != kDebuggerdJavaBacktrace) { in crash_request_cb()[all …]
186 void StartCrasher(const std::string& crash_type);