зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1308385 - Make sure CrashReporter::AnnotateCrashReport usage is guarded by MOZ_CRASHREPORTER in nsAppRunner.cpp. r=froydnj
--HG-- extra : rebase_source : d2b9ce60889def291eaccdcbefb7d0b89ce327cc
This commit is contained in:
Родитель
93dd2d157d
Коммит
1fe97cdbbb
|
@ -3445,11 +3445,13 @@ XREMain::XRE_mainInit(bool* aExitFlag)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
if (cpuUpdateRevision > 0) {
|
||||
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("CPUMicrocodeVersion"),
|
||||
nsPrintfCString("0x%x",
|
||||
cpuUpdateRevision));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче