hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.43k stars 2.19k forks source link

We need crash reporting on Windows, too (and other platforms) #12409

Open hrydgard opened 5 years ago

hrydgard commented 5 years ago

Currently, the only live crash reports "from the field" are the ones that Google Play detects on Android devices.

This means that we are missing any PC-specific crashes, and also it's difficult for me to give access to the reports to other developers securely.

We should look into other crash reporting systems like Google Crashpad / Breakpad and similar ones that have open source crash catchers, or build our own, possibly on top of the reporting system we already have.

hrydgard commented 1 year ago

No, this stays open.