Add setExtraParameter support on macOS
This commit is contained in:
parent
cfe3ae234b
commit
ba975d552a
6 changed files with 27 additions and 6 deletions
|
@ -37,6 +37,8 @@ class CrashReporter {
|
|||
|
||||
virtual void SetUploadToServer(bool upload_to_server);
|
||||
virtual bool GetUploadToServer();
|
||||
virtual void SetExtraParameter(const std::string& key,
|
||||
const std::string& value);
|
||||
|
||||
protected:
|
||||
CrashReporter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue