Skip to content

Commit 7a192b0

Browse files
Bug 1376795 - Print a message when quitting in response to a content crash; r=cyu
MozReview-Commit-ID: HluXiBtux23 --HG-- extra : rebase_source : 16c168c048ee14db93d4df66c6dfa761952c3577
1 parent b17efe6 commit 7a192b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser/modules/ContentCrashHandlers.jsm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ this.TabCrashHandler = {
150150
let shutdown = env.exists("MOZ_CRASHREPORTER_SHUTDOWN");
151151

152152
if (shutdown) {
153+
dump("A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is " +
154+
"set, shutting down\n");
153155
Services.startup.quit(Ci.nsIAppStartup.eForceQuit);
154156
}
155157

0 commit comments

Comments
 (0)