ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Investigate breakpad integration #136

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/getting_started_with_breakpad.md

Breakpad could be configured to save a minidump locally to disk and to log to console where the crashdump has been saved (maybe a reserved directory in the quark?). Then a user could send the minidump along with bug reports, allowing for much better crash analysis.

lnihlen commented 4 years ago

137 to address

lnihlen commented 4 years ago

Need to add support for Windows and MacOS

lnihlen commented 4 years ago

138 adds macos support