Index: src/processor/minidump.cc |
diff --git a/src/processor/minidump.cc b/src/processor/minidump.cc |
index 3e40f4fd1ad192399a820be958e03c633e3afcea..f23daeebb713d99ba188b1109b0f1615e8cfcd31 100644 |
--- a/src/processor/minidump.cc |
+++ b/src/processor/minidump.cc |
@@ -4567,6 +4567,14 @@ static const char* get_stream_name(uint32_t stream_type) { |
return "MD_THREAD_INFO_LIST_STREAM"; |
case MD_HANDLE_OPERATION_LIST_STREAM: |
return "MD_HANDLE_OPERATION_LIST_STREAM"; |
+ case MD_TOKEN_STREAM: |
+ return "MD_TOKEN_STREAM"; |
+ case MD_JAVASCRIPT_DATA_STREAM: |
+ return "MD_JAVASCRIPT_DATA_STREAM"; |
+ case MD_SYSTEM_MEMORY_INFO_STREAM: |
+ return "MD_SYSTEM_MEMORY_INFO_STREAM"; |
+ case MD_PROCESS_VM_COUNTERS_STREAM: |
+ return "MD_PROCESS_VM_COUNTERS_STREAM"; |
case MD_LAST_RESERVED_STREAM: |
return "MD_LAST_RESERVED_STREAM"; |
case MD_BREAKPAD_INFO_STREAM: |