tree: c3abb6b6ff3d8500975cd932e7ce3fd2bfe0d4ee [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. OWNERS
  5. README.md
  6. stability_report.proto
  7. user_stream_data_source.cc
  8. user_stream_data_source.h
  9. user_stream_data_source_unittest.cc
components/stability_report/README.md

This component registers a crashpad::UserStreamDataSource with the crash component. Whenever a process crashes, it collects stats on the resources used by the crashed process (e.g. memory in use and available, open file handles) and writes them to the stream as a serialized StabilityReport proto.

This is currently only implemented on Windows.

Google-internal details: The StabilityReport is parsed by the crash server and displayed in the Breadcrumbs tab of the crash UI. The parsing code is at http://shortn/_Xt58wqlKTk.