mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 922665 - Prevent AsyncShutdown from attempting to use the crash reporter if it is disabled. r=froydnj
This commit is contained in:
parent
65c13b9e3a
commit
ace3b87da3
@ -375,7 +375,7 @@ Spinner.prototype = {
|
||||
" Conditions: " + frozen.join(", ") +
|
||||
" Phase: " + topic;
|
||||
err(msg);
|
||||
if (gCrashReporter) {
|
||||
if (gCrashReporter && gCrashReporter.enabled) {
|
||||
let data = {
|
||||
phase: topic,
|
||||
conditions: frozen
|
||||
|
Loading…
x
Reference in New Issue
Block a user