parent
4a632f85e0
commit
0c6af7a5f3
@ -318,13 +318,14 @@ class ExceptionCrashDialog(_CrashDialog):
|
|||||||
("Command history", '\n'.join(self._cmdhist)),
|
("Command history", '\n'.join(self._cmdhist)),
|
||||||
("Objects", self._objects),
|
("Objects", self._objects),
|
||||||
]
|
]
|
||||||
|
super()._gather_crash_info()
|
||||||
|
if self._chk_log.isChecked():
|
||||||
try:
|
try:
|
||||||
self._crash_info.append(
|
self._crash_info.append(
|
||||||
("Debug log", log.ram_handler.dump_log()))
|
("Debug log", log.ram_handler.dump_log()))
|
||||||
except Exception:
|
except Exception:
|
||||||
self._crash_info.append(
|
self._crash_info.append(
|
||||||
("Debug log", traceback.format_exc()))
|
("Debug log", traceback.format_exc()))
|
||||||
super()._gather_crash_info()
|
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def on_chk_report_toggled(self):
|
def on_chk_report_toggled(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user