tree: a6a6f2246e48d312f0f5c276827464df522ef7da [path history] [tgz]
  1. core_collector.cc
  2. coredump_writer.cc
  3. coredump_writer.h
  4. logging.h
  5. README.md
crash-reporter/core-collector/README.md

Core Collector Utility

This is a basic utility to help read, strip, and convert coredumps into minidumps, similar to the core2md utility.

It's not a collector in the same sense as all the other collector modules in the crash-reporting project. It probably should have used a different program name in hindsight.