Repo-Init
 
Loading...
Searching...
No Matches
Tracer.cpp File Reference
#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>
Include dependency graph for Tracer.cpp:

Go to the source code of this file.

Variables

constexpr int SLEEP_INTERVAL_MS = 50
 

Variable Documentation

◆ SLEEP_INTERVAL_MS

int SLEEP_INTERVAL_MS = 50
constexpr

Definition at line 20 of file Tracer.cpp.