зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1376795 - Print a message when quitting in response to a content crash; r=cyu
MozReview-Commit-ID: HluXiBtux23 --HG-- extra : rebase_source : 16c168c048ee14db93d4df66c6dfa761952c3577
This commit is contained in:
Родитель
b17efe62bb
Коммит
7a192b0fc6
|
@ -150,6 +150,8 @@ this.TabCrashHandler = {
|
|||
let shutdown = env.exists("MOZ_CRASHREPORTER_SHUTDOWN");
|
||||
|
||||
if (shutdown) {
|
||||
dump("A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is " +
|
||||
"set, shutting down\n");
|
||||
Services.startup.quit(Ci.nsIAppStartup.eForceQuit);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче