Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm following
r835. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@836 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
8d54c75092
commit
86643aa489
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ bool OnDemandSymbolSupplier::GenerateSymbolFile(const CodeModule *module,
|
|||
if (dump.SetArchitecture(architecture)) {
|
||||
std::fstream file([symbol_path fileSystemRepresentation],
|
||||
std::ios_base::out | std::ios_base::trunc);
|
||||
dump.WriteSymbolFile(file);
|
||||
dump.WriteSymbolFile(file, true);
|
||||
} else {
|
||||
printf("Architecture %s not available for %s\n",
|
||||
system_info->cpu.c_str(), name.c_str());
|
||||
|
|
Loading…
Reference in a new issue