tree: 6ad6a1f82a76cb86a4a0fd48ad60dc854c11db1a [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

Warning: This document is old & has moved. Please update any links:
https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/crash-reporter/core-collector/README.md

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.