The BugSplat Blog
All posts

Tag

Technical

Deep dives into the nuts and bolts of crash reporting, integrations, and development.

How to Build Google Crashpad
Technical ·

How to Build Google Crashpad

Crashpad is a cross-platform system for end-to-end crash reporting. Crashpad supports reporting of native crashes on a variety of operating systems including Windows, macOS, Linux, Android, and iOS. Crashpad also provides tools such as dump_syms, symupload and minidump_stackwalk that provide developers with function names, file names, and line

Bobby Galli Bobby Galli · 1 min read
The problems with user-reported bugs
Technical ·

The problems with user-reported bugs

Getting feedback from your users is an incredibly important part of the development and support process. However, traditional methods of learning about your critical defects are often not sufficient for producing great software.

Joey P Joey P · 3 min read