You've already forked sentry-native
mirror of
https://github.com/encounter/sentry-native.git
synced 2026-03-30 11:37:49 -07:00
58835e95ba
This does the initial work for an in process crash reporting backend which uses signal handlers and stack walking in the signal handler to create a backtrace. This is currently only really working on android as the libstackunwind is the only one which can walk with ucontext_t data. This is not yet async safe and some of the code in the backend requires further cleanup.
premake
Install premake5 from https://premake.github.io/download.html
HOWTO
MacOS and Linux
./premake5 gmake2
make example_crashpad
Windows
./premake5 vs2017
And then some VS magic.