SomberNight
28ca561bba
added trigger_crash method for testing crash reporter
invoke via console as:
electrum.base_crash_reporter.trigger_crash()
6 years ago
SomberNight
53893be4c9
crash reporter: in Qt subclass, do network request using WaitingDialog
so it does not block the GUI
6 years ago
SomberNight
7a99fdc275
kivy: fix crash in logging.py; platform.platform() not available
6 years ago
SomberNight
1ef804c652
small import clean-up
6 years ago
Janus
be50394f11
aiorpcx: increase crash reporter timeout, avoid is_running in kivy
7 years ago
Janus
6e80ba7b4f
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
7 years ago
Janus
097ac144d9
file reorganization with top-level module
7 years ago
Johann Bauer
9ebeb51153
Send Python version in crash reports
7 years ago
SomberNight
ae786cafdf
(minor) don't raise BaseException
7 years ago
Johann Bauer
5eb1cbef92
[WIP] Crash reports android ( #3870 )
* Split crash reporter class
In Qt related stuff and basic stuff.
* Crash reports from Android
* Ignore exceptions in crash_reporter (if any)
* Open issue in browser
* Switch back to real server
7 years ago