#include "utils/Tracer.hpp"
#include "Version.h"
#include "client/crash_report_database.h"
#include "client/crashpad_client.h"
#include "client/settings.h"
#include <spdlog/spdlog.h>
#include <algorithm>
#include <array>
#include <fstream>
#include <sstream>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
◆ CRASHPAD_RETRY_COUNT
| auto CRASHPAD_RETRY_COUNT = 10 |
|
constexpr |
◆ SLEEP_INTERVAL_MS
| int SLEEP_INTERVAL_MS = 50 |
|
constexpr |