casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CrashReporter.h
Go to the documentation of this file.
1 /*
2  * CrashReporter.h
3  *
4  * Created on: Mar 16, 2016
5  * Author: jjacobs
6  */
7 
8 #ifndef STDCASA_STDCASA_CRASHREPORTER_H_
9 #define STDCASA_STDCASA_CRASHREPORTER_H_
10 
11 #include <string>
12 
13 namespace casa {
14 
16 
17 public:
18 
19  static std::string initialize (const std::string & crashDumpDirectory,
20  const std::string & crashDumpPosterApplication,
21  const std::string & crashPostingUrl,
22  const std::string & logFile);
23 
24  static std::string initializeFromApplication (const char * applicationArg0);
25 
26 };
27 
28 } // end namespace casa
29 
30 #endif /* STDCASA_STDCASA_CRASHREPORTER_H_ */
static std::string initialize(const std::string &crashDumpDirectory, const std::string &crashDumpPosterApplication, const std::string &crashPostingUrl, const std::string &logFile)
static std::string initializeFromApplication(const char *applicationArg0)