Registry / utility / crashpad

crashpad

JSON →
library2024-04-11vcpkgunverified

Crashpad is a crash-reporting system for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server.

vcpkg install crashpad
INSTALL
IMPORT
SIG · CRASHPAD
C
crashpad
utilitycppv2024-04-11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

client/crashpad_client.h
#include <client/crashpad_client.h>

Minimal usage of Crashpad client

#include <client/crashpad_client.h> int main() { crashpad::CrashpadClient client; return 0; }
Debug
Known issues
gotchaCrashpad requires platform-specific initialization and may not work on all systems without proper setup.
fix
Ensure you call InitializeCrashpad with appropriate database path and handler.
affects: *
Upgrade
Version history
2024-04-11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

crashpad — pip install crashpad · libregistry