tkuester / taky

A simple python TAK server
MIT License
188 stars 43 forks source link

Add ability to upload crash dumps to a central repository #3

Open tkuester opened 3 years ago

tkuester commented 3 years ago

It would be handy for the application to be able to post a traceback of some sort.

This article may be of some help.

tkuester commented 2 years ago

Until this feature is adopted (which, it may never be...)

Taky creates and appends to {taky.root_dir}/crash.log whenever it crashes unexpectedly. This should be slightly easier for users to generate reports, than scrolling through journalctl and finding it themselves.

Relevant commits: