![]() |
Audacity 3.2.0
|
#include "CrashReportContext.h"#include <locale>#include <codecvt>#include <sstream>#include "client/windows/handler/exception_handler.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{CrashReportContext.cpp} |
Functions | |
| bool | anonymous_namespace{CrashReportContext.cpp}::StrcpyChecked (wchar_t *dest, size_t destsz, const wchar_t *src) |
| bool | anonymous_namespace{CrashReportContext.cpp}::StrcatChecked (wchar_t *dest, size_t destsz, const wchar_t *src) |
| std::string | anonymous_namespace{CrashReportContext.cpp}::StringifyParameters (const std::map< std::string, std::string > ¶meters) |
| bool | MakeCommand (CrashReportContext *c, const wchar_t *path, const wchar_t *id) |
| bool | SendReport (CrashReportContext *c, const wchar_t *path, const wchar_t *id) |
| bool | UploadReport (const wchar_t *dump_path, const wchar_t *minidump_id, void *context, EXCEPTION_POINTERS *, MDRawAssertionInfo *, bool succeeded) |
| bool MakeCommand | ( | CrashReportContext * | c, |
| const wchar_t * | path, | ||
| const wchar_t * | id | ||
| ) |
Definition at line 72 of file win32/CrashReportContext.cpp.
| bool SendReport | ( | CrashReportContext * | c, |
| const wchar_t * | path, | ||
| const wchar_t * | id | ||
| ) |
Definition at line 99 of file win32/CrashReportContext.cpp.
Referenced by UploadReport().
| bool UploadReport | ( | const wchar_t * | dump_path, |
| const wchar_t * | minidump_id, | ||
| void * | context, | ||
| EXCEPTION_POINTERS * | , | ||
| MDRawAssertionInfo * | , | ||
| bool | succeeded | ||
| ) |
Definition at line 123 of file win32/CrashReportContext.cpp.
References SendReport().