(svn r18855) -Codechange: record compiler name and version in the crash log

This commit is contained in:
smatz
2010-01-18 10:11:27 +00:00
parent 23a8d2239f
commit 9fc910fbc2
5 changed files with 44 additions and 17 deletions

View File

@@ -43,10 +43,10 @@ class CrashLogUnix : public CrashLog {
return buffer + seprintf(buffer, last,
"Operating system:\n"
" Name: %s\n"
" Release: %s\n"
" Version: %s\n"
" Machine: %s\n\n",
" Name: %s\n"
" Release: %s\n"
" Version: %s\n"
" Machine: %s\n",
name.sysname,
name.release,
name.version,