コード例 #1
0
ファイル: app.py プロジェクト: pyrho/qutebrowser
 def exit(self, status):
     """Extend QApplication::exit to log the event."""
     log.destroy.debug("Now calling QApplication::exit.")
     if self._args.debug_exit:
         print("Now logging late shutdown.", file=sys.stderr)
         debug.trace_lines(True)
     super().exit(status)
コード例 #2
0
ファイル: app.py プロジェクト: mfussenegger/qutebrowser
 def exit(self, status):
     """Extend QApplication::exit to log the event."""
     log.destroy.debug("Now calling QApplication::exit.")
     if self._args.debug_exit:
         print("Now logging late shutdown.", file=sys.stderr)
         debug.trace_lines(True)
     super().exit(status)