зеркало из https://github.com/mozilla/pjs.git
Bug 719239 - Gecko Profiler: Stackwalk feature isn't reported properly. r=ehsan
This commit is contained in:
Родитель
e01d137fe1
Коммит
44241052a1
|
@ -592,7 +592,7 @@ char* mozilla_sampler_get_profile()
|
|||
const char** mozilla_sampler_get_features()
|
||||
{
|
||||
static const char* features[] = {
|
||||
#if defined(MOZ_PROFILING) && defined(USE_BACKTRACE)
|
||||
#if defined(MOZ_PROFILING) && (defined(USE_BACKTRACE) || defined(USE_NS_STACKWALK))
|
||||
"stackwalk",
|
||||
#endif
|
||||
NULL
|
||||
|
|
Загрузка…
Ссылка в новой задаче