Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.34 KB

README_breakpad.md

File metadata and controls

26 lines (18 loc) · 1.34 KB

Breakpad is an open source crash reporting system.

The breakpad-specific parts in the Natron source code are enabled by adding CONFIG+=enable-breakpad to the qmake options.

It consists in:

  • breakpadpro.pri: breakpad-specific additions to Project.pro)
  • breakpadclient.pri: included by global.pri
  • BreakpadClient: the breakpad client library used by CrashReporter and CrashReporterCLI
  • CrashReporter: the crash reporter executable (GUI version, monitors crashes by Natron)
  • CrashReporterCLI: the crash reporter executable (command-line version, monitors crashes by NatronRenderer)
  • libs/google-breakpad: a submodule that points to https://github.com/NatronGitHub/google-breakpad which is a fork of https://github.com/google/breakpad

There are several issues with breakpad, see:

TODO: