Skip to content

Pass memory stats from main process to crash reporter process

akwizgran requested to merge 1898-memory-stats into master

While looking into #1898 I noticed that the memory stats included in crash reports are collected from the crash reporter process, not the main process, so they're not useful for tracking down memory-related crashes.

Merge request reports