Remove watcher threads; replace with more panic handler goodness

This commit is contained in:
Manish Goregaokar 2016-04-14 20:19:01 +05:30
parent d9ffefe562
commit f02fd6330f
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
5 changed files with 116 additions and 54 deletions

View file

@ -35,6 +35,7 @@ extern crate servo;
use servo::Browser;
use servo::compositing::windowing::WindowEvent;
use servo::util::opts::{self, ArgumentParsingResult};
use servo::util::panicking::initiate_panic_hook;
use std::rc::Rc;
fn main() {
@ -51,6 +52,7 @@ fn main() {
None
};
initiate_panic_hook();
env_logger::init().unwrap();
setup_logging();