LibreOffice Module desktop (master) 1
Functions
crashreport Namespace Reference

Functions

bool readConfig (const std::string &iniPath, std::string *response)
 Read+Send, Test and send info from the Dump.ini . More...
 

Function Documentation

◆ readConfig()

CRASHREPORT_DLLPUBLIC bool crashreport::readConfig ( const std::string &  iniPath,
std::string *  response 
)

Read+Send, Test and send info from the Dump.ini .

@param [in] iniPath Path-file to the read/test ini-file (UTF-8 on Windows)
@param [in] response=nullptr in this case made the Test only
@param [in] response!=nullptr in this case made the Read+Send

@retval true       Read+Send, Test was okay
@retval false      Read+Send, Test is a error

Definition at line 190 of file minidump.cxx.

References readStrings(), and uploadContent().

Referenced by main().