Are there any cross platform crash reporters for C++ besides google-break pad? I have seen google-breakpad but it has very very limited documentation, and I have nothing seen very much mentioned here, google or other source websites
Asked
Active
Viewed 1,514 times
6
-
I thought of the Mozilla crash reporter, but it looks like they use breakpadniw too. They might have some good docs to check out, though. – Barry Wark Apr 19 '11 at 17:30
-
They do not, do you happen to have any other suggestions? – chadb Apr 19 '11 at 22:53
1 Answers
3
Have a look at BugTrap which might help you.

Thomas Ayoub
- 29,063
- 15
- 95
- 142

Ralph Möritz
- 81
- 7
-
Sadly it looks like BugTrap is only Windows based (also from quick looking at source code I see .cs files so I'm not sure if it's even cpp meaning it's far than being portable of cross-platform...) – Rock_Artist Feb 13 '17 at 11:15