* Send the survey result, noting it was a crash. */
| 258 | * Send the survey result, noting it was a crash. |
| 259 | */ |
| 260 | void CrashLog::SendSurvey() const |
| 261 | { |
| 262 | if (_game_mode == GM_NORMAL) { |
| 263 | _survey.Transmit(NetworkSurveyHandler::Reason::CRASH, true); |
| 264 | } |
| 265 | } |
| 266 | |
| 267 | /** |
| 268 | * Makes the crash log, writes it to a file and then subsequently tries |