Chromium Code Reviews| Index: minidump/minidump_file_writer.cc |
| diff --git a/minidump/minidump_file_writer.cc b/minidump/minidump_file_writer.cc |
| index 3d321c0b33553a98407205aaa27ee404acd256cf..d6fe02214b48c45fc7b376be773cd7be47c7a987 100644 |
| --- a/minidump/minidump_file_writer.cc |
| +++ b/minidump/minidump_file_writer.cc |
| @@ -79,6 +79,8 @@ void MinidumpFileWriter::InitializeFromSnapshot( |
| &thread_id_map); |
| AddStream(thread_list.Pass()); |
| + memory_list->AddFromSnapshot(process_snapshot->ExtraMemory()); |
|
Mark Mentovai
2015/09/25 17:05:34
Was there a significance to this position? Just to
scottmg
2015/09/25 17:29:31
Not really, just the first place after memory_list
|
| + |
| const ExceptionSnapshot* exception_snapshot = process_snapshot->Exception(); |
| if (exception_snapshot) { |
| auto exception = make_scoped_ptr(new MinidumpExceptionWriter()); |