LibreOffice Module desktop (master)
1
|
#include <desktop/minidump.hxx>
#include <sal/log.hxx>
#include <map>
#include <fstream>
#include <sstream>
#include <string>
#include <curl/curl.h>
Go to the source code of this file.
Namespaces | |
crashreport | |
Functions | |
static std::map< std::string, std::string > | readStrings (std::istream &file) |
static size_t | WriteCallback (void const *ptr, size_t size, size_t nmemb, void *userp) |
static void | getProperty (const std::string &key, std::string &value, std::map< std::string, std::string > ¶meters) |
static std::string | generate_json (const std::map< std::string, std::string > ¶meters) |
static bool | uploadContent (std::map< std::string, std::string > ¶meters, std::string &response) |
bool | crashreport::readConfig (const std::string &iniPath, std::string *response) |
Read+Send, Test and send info from the Dump.ini . More... | |
Variables | |
const char | kUserAgent [] = "Breakpad/1.0 (Linux)" |
|
static |
Definition at line 73 of file minidump.cxx.
Referenced by uploadContent().
|
static |
Definition at line 62 of file minidump.cxx.
Referenced by uploadContent().
|
static |
Definition at line 27 of file minidump.cxx.
Referenced by crashreport::readConfig().
|
static |
Definition at line 92 of file minidump.cxx.
References generate_json(), getProperty(), kUserAgent, SAL_WARN_IF, and WriteCallback().
Referenced by crashreport::readConfig().
Definition at line 50 of file minidump.cxx.
Referenced by uploadContent().
const char kUserAgent[] = "Breakpad/1.0 (Linux)" |
Definition at line 25 of file minidump.cxx.
Referenced by uploadContent().