# breakpad **Repository Path**: itxz-repository/breakpad ## Basic Information - **Project Name**: breakpad - **Description**: QT第三方库搬运系列:breakpad,C++跨平台crash工具。 详细请移步:https://chromium.googlesource.com/breakpad/breakpad/ - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-15 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: C语言, breakpad, crash, Qt ## README # Breakpad ## 介绍 QT第三方库搬运系列:breakpad,C++跨平台crash工具。 详细请移步:https://chromium.googlesource.com/breakpad/breakpad/ * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/) * [Documentation](./docs/) * [Bugs](https://bugs.chromium.org/p/google-breakpad/) * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://groups.google.com/d/forum/google-breakpad-discuss) * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.google.com/d/forum/google-breakpad-dev) * Tests: [![Build+Test CI](https://github.com/google/breakpad/actions/workflows/build-test-ci.yml/badge.svg)](https://github.com/google/breakpad/actions/workflows/build-test-ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/eguv4emv2rhq68u2?svg=true)](https://ci.appveyor.com/project/vapier/breakpad) * Coverage [![Coverity Status](https://scan.coverity.com/projects/9215/badge.svg)](https://scan.coverity.com/projects/google-breakpad) ## QT项目pro文件中引入 include($$PWD/breakpad/breakpadsrc.pri) ## QT项目中示例代码 #include "BreakpadHandler.h" BreakpadHandler *breakpad_instance = BreakpadHandler::GetInstance(); breakpad_instance->SetupBreakPad(CRASHS_PATH);