enable writing INFO CODE_ID line in symbol files

R=mark (originally from http://breakpad.appspot.com/180001)

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@773 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2011-02-15 13:39:08 +00:00
parent 1530800640
commit cff9fdbd94

View File

@ -799,10 +799,8 @@ bool PDBSourceLineWriter::WriteMap(FILE *map_file) {
output_ = map_file;
bool ret = PrintPDBInfo();
// TODO(ted): This is currently disabled to allow Breakpad users to update
// processing infrastructure.
// This is not a critical piece of the symbol file.
// PrintPEInfo();
PrintPEInfo();
ret = ret &&
PrintSourceFiles() &&
PrintFunctions() &&