[common] implemented crash handler for linux (including backtrace)

This commit is contained in:
Geoffrey McRae
2019-04-11 16:41:52 +10:00
parent 611216286e
commit 32bd6d96e3
7 changed files with 173 additions and 43 deletions

View File

@@ -19,4 +19,4 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdbool.h>
bool installCrashHandler();
bool installCrashHandler(const char * exe);