Index: minidump/minidump_thread_writer.cc |
diff --git a/minidump/minidump_thread_writer.cc b/minidump/minidump_thread_writer.cc |
index a36d76144263163a281b08acb9e276dd11f5f76c..5503d736f66dcccb2a09aa920ae4da790d3a2060 100644 |
--- a/minidump/minidump_thread_writer.cc |
+++ b/minidump/minidump_thread_writer.cc |
@@ -150,6 +150,9 @@ void MinidumpThreadListWriter::InitializeFromSnapshot( |
thread->InitializeFromSnapshot(thread_snapshot, thread_id_map); |
AddThread(thread.Pass()); |
} |
+ |
+ for (const ThreadSnapshot* thread_snapshot : thread_snapshots) |
Mark Mentovai
2015/10/01 20:28:05
This does deserve a comment explaining why we’re d
scottmg
2015/10/01 21:01:07
Done.
|
+ memory_list_writer_->AddFromSnapshot(thread_snapshot->ExtraMemory()); |
} |
void MinidumpThreadListWriter::SetMemoryListWriter( |