mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 16:45:53 +08:00
445c0eae7c
ProcessSnapshotMinidump. ModuleSnapshotMinidump is currently only capable of reading module annotations, in both vector and simple-dictionary forms. It does not read any other module information from minidump files. These annotations are all that are necessary to be able to upload Crashpad-produced minidumps to Breakpad crash processor servers, because Breakpad accepts them as HTTP POST parameters, while Crashpad places them in the minidump file itself. TEST=snapshot_test ProcessSnapshotMinidump.Modules BUG=crashpad:10 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/972383002