diff --git a/qutebrowser/app.py b/qutebrowser/app.py index da66d45b4..ad6936e38 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -458,7 +458,7 @@ class Application(QApplication): return exc = (exctype, excvalue, tb) - sys.__excepthook__(*exc) + log.misc.error("Uncaught exception", exc_info=exc) if not self._quit_status['crash']: log.misc.error("ARGH, there was an exception while the crash "