TwinFan / LiveTraffic

LiveTraffic is an X-Plane multiplayer plugin, which fills your sky with live air traffic based on public flight tracking data.
https://twinfan.gitbook.io/livetraffic/
Other
99 stars 24 forks source link

Implement Laminar's suggestion of a Crash Reporter #193

Open TwinFan opened 4 years ago

TwinFan commented 4 years ago

Current Situation / Problem LiveTraffic has no own crash handling code but replies on X-Plane to write a crash dump. Each crash, also those caused by LiveTraffic, trigger XP's auto crash reporter, "polluting" Laminar's crash database.

Suggested Solution In June 2020 Laminar has published Crash Handling sample code. However, at least on Mac and Linux, the crash handling code would need to change...the sample code is declared not ready for production.

Alternatives Keep it as is...X-Plane handles crashes well and writes good stack traces...it isn't that often that LiveTraffic crashes the sim, is it?

Benefits Wouldn't pollute Laminar's crash database.