fixes and updates to GetParameters
This commit is contained in:
parent
a9c13359dc
commit
3136f833a5
6 changed files with 33 additions and 15 deletions
|
@ -39,7 +39,7 @@ void RemoveExtraParameter(const std::string& key) {
|
|||
CrashReporter::GetInstance()->RemoveExtraParameter(key);
|
||||
}
|
||||
|
||||
crash_reporter::CrashReporter::StringMap GetParameters() {
|
||||
std::map<std::string, std::string> GetParameters() {
|
||||
return CrashReporter::GetInstance()->GetParameters();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue