More info in presubmit

This commit is contained in:
Asher Baker
2019-01-06 12:48:24 +00:00
parent 6634c9b5d2
commit cfc925acff
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ class UploadThread: public IThread
}
std::ostringstream summaryStream;
summaryStream << 1 << "|" << processState.crashed() << "|" << processState.crash_reason() << "|" << std::hex << processState.crash_address() << std::dec << "|" << requestingThread;
summaryStream << 2 << "|" << processState.time_date_stamp() << "|" << processState.system_info()->os_short << "|" << processState.system_info()->cpu << "|" << processState.crashed() << "|" << processState.crash_reason() << "|" << std::hex << processState.crash_address() << std::dec << "|" << requestingThread;
std::map<const google_breakpad::CodeModule *, unsigned int> moduleMap;