зеркало из https://github.com/mozilla/gecko-dev.git
Bug 717059 - Bustage fix for android. r=bustage
This commit is contained in:
Родитель
5f742ce463
Коммит
7538b61ef9
|
@ -48,10 +48,12 @@
|
|||
|
||||
// we eventually want to make this runtime switchable
|
||||
#if defined(XP_MACOSX) || defined(XP_UNIX)
|
||||
#define USE_BACKTRACE
|
||||
#ifndef ANDROID
|
||||
#define USE_BACKTRACE
|
||||
#endif
|
||||
#endif
|
||||
#ifdef USE_BACKTRACE
|
||||
#include <execinfo.h>
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
|
||||
using std::string;
|
||||
|
|
Загрузка…
Ссылка в новой задаче