Audacity
3.2.0
libraries
lib-breakpad-configurer
BreakpadConfigurer.h
Go to the documentation of this file.
1
/*!********************************************************************
2
*
3
Audacity: A Digital Audio Editor
4
5
BreakpadConfigurer.h
6
7
Vitaly Sverchinsky
8
9
**********************************************************************/
10
11
#pragma once
12
13
#include <string>
14
#include <map>
15
17
27
class
CRASHREPORTS_API
BreakpadConfigurer
final
28
{
29
std::string
mDatabasePathUTF8
;
30
std::string
mSenderPathUTF8
;
31
std::string
mReportURL
;
32
std::map<std::string, std::string>
mParameters
;
33
public
:
35
BreakpadConfigurer
& SetDatabasePathUTF8(
const
std::string& pathUTF8);
37
BreakpadConfigurer
& SetReportURL(
const
std::string& reportURL);
39
BreakpadConfigurer
& SetParameters(
const
std::map<std::string, std::string>& parameters);
41
BreakpadConfigurer
& SetSenderPathUTF8(
const
std::string& pathUTF8);
42
44
void
Start();
45
};
BreakpadConfigurer
This class is used to configure Breakpad's handler before start.
Definition:
BreakpadConfigurer.h:28
BreakpadConfigurer::mSenderPathUTF8
std::string mSenderPathUTF8
Definition:
BreakpadConfigurer.h:30
BreakpadConfigurer::mParameters
std::map< std::string, std::string > mParameters
Definition:
BreakpadConfigurer.h:32
BreakpadConfigurer::mDatabasePathUTF8
std::string mDatabasePathUTF8
Definition:
BreakpadConfigurer.h:29
BreakpadConfigurer::mReportURL
std::string mReportURL
Definition:
BreakpadConfigurer.h:31
Generated by
1.9.3