![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "crash.h"#include <Windows.h>#include <thread>#include <fstream>#include "components/3rdparty/sentry/sentry.h"#include "components/settings/config/config.h"#include <Strings/components/utils/io/io.h>#include "components/ui/win32/dialogs.h"#include "components/diagnostics/logger/logger.h"#include "core.h"
Include dependency graph for sentry.cpp:Functions | |
| void | CrashUploadThread () |
| Function used to gather and upload Sentry data. More... | |
Variables | |
| int | upload_progress = 0 |
| Sentry data upload percentage, ranges from 0 to 100. More... | |
| std::thread | sentry_upload_thread |
| Thread used to gather/upload data for Sentry. More... | |
| SentryUploadStatus | upload_status |
| Current Sentry upload status. More... | |
| std::string | event_id = "{...}" |
| The event ID generated by Sentry. More... | |
| bool | sentry_active = false |
| void CrashUploadThread | ( | ) |
Function used to gather and upload Sentry data.
Should only be run from a separate thread.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string event_id = "{...}" |
The event ID generated by Sentry.
| bool sentry_active = false |
| std::thread sentry_upload_thread |
Thread used to gather/upload data for Sentry.
| int upload_progress = 0 |
Sentry data upload percentage, ranges from 0 to 100.
| SentryUploadStatus upload_status |
Current Sentry upload status.