limdoglim / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Need reporting tool to convert minidump to CrashReporter format #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This tool will take a minidump and convert it to a format similar to Apple's 
CrashReporter.  It will 
also lookup the symbols for any necessary modules.

Original issue reported on code.google.com by waylonis on 1 Dec 2006 at 4:49

Attachments:

GoogleCodeExporter commented 9 years ago
Just curious, but what's the intent of this tool?  It looks like it clones the
functionality of the processor tool.

Original comment by ted.mielczarek on 1 Dec 2006 at 4:11

GoogleCodeExporter commented 9 years ago
It's similar in that it takes a binary minidump and outputs a text 
representation.  It's different because its format 
closely resembles Apple's CrashReporter log format (one that Mac developers are 
accustomed to).  It also will 
build the airbag symbol files as needed .

Original comment by waylonis on 1 Dec 2006 at 8:31

GoogleCodeExporter commented 9 years ago
Reviewed by Brian Ryner.  Checked in as revision 93.

Original comment by waylonis on 19 Dec 2006 at 12:00