#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.
Variables | |
constexpr int | SLEEP_INTERVAL_MS = 50 |
|
constexpr |
Definition at line 20 of file Tracer.cpp.