All posts
BugSplat Team

Author

BugSplat Team

The team behind the crash and error reporting tool BugSplat.

Guides ·

Crash Reporting with Google Crashpad

Crashpad is the crash handler under a huge amount of native software you already use. It's Google's cross-platform crash reporting system, the successor to Breakpad, and it's what catches the crash, writes a minidump, and ships it somewhere useful on Windows, macOS, Linux,

BugSplat Team BugSplat Team · 3 min read
Guides ·

Crash Reporting for macOS

You know that macOS gives you crash logs. It does not give you a way to know that forty users hit the same crash last night, or which build it started in, or what your code was doing when it happened. The system writes a .crash file to a folder

BugSplat Team BugSplat Team · 2 min read