Audacity 3.2.0
|
#include "CrashReportContext.h"
#include <errno.h>
#include <map>
#include <sstream>
#include "client/linux/handler/exception_handler.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{CrashReportContext.cpp} |
Functions | |
bool | SendReport (CrashReportContext *c, const char *minidumpPath) |
std::string | anonymous_namespace{CrashReportContext.cpp}::StringifyParameters (const std::map< std::string, std::string > ¶meters) |
bool | anonymous_namespace{CrashReportContext.cpp}::StrcpyChecked (char *dest, size_t destsz, const std::string &src) |
bool | anonymous_namespace{CrashReportContext.cpp}::DumpCallback (const google_breakpad::MinidumpDescriptor &descriptor, void *context, bool succeeded) |
bool SendReport | ( | CrashReportContext * | c, |
const char * | minidumpPath | ||
) |
Audacity: A Digital Audio Editor
CrashReportContext.cpp
Vitaly Sverchinsky
Some parts of the code are designed to operate while app is crashing, so there may be some restrictions on heap usage. For more information please read Breakpad documentation.
Definition at line 26 of file unix/CrashReportContext.cpp.
Referenced by anonymous_namespace{CrashReportContext.cpp}::DumpCallback().