Reactivating Crash Manager on the Linux platform

This commit is contained in:
Renaud Lepage
2015-05-24 21:19:25 -07:00
parent da93b4fb9b
commit a2183d15c1
5 changed files with 51 additions and 25 deletions
+4
View File
@@ -13,6 +13,10 @@
#if defined(BACKTRACE_METHOD_X86_LINUX)
#include "archutils/Common/PthreadHelpers.h"
#if defined(LINUX) && !defined(ANDROID)
#include <limits.h>
#endif
static const char *itoa(unsigned n)
{
static char ret[32];