|
- Mirror of Google Breakpad project - GitHub
Breakpad is a set of client and server components which implement a crash-reporting system First, download depot_tools and ensure that they’re in your PATH Create a new directory for checking out the source code (it must be named breakpad) Run the fetch tool from depot_tools to download all the source repos cd src Build the source
- Breakpad (跨平台crash工具)-CSDN博客
Breakpad是一个库和工具套件可以让你发布的应用程序(把编译器提供的调试信息剥离掉的)给用户,记录了崩溃紧凑的“dump”文件,发送回您的服务器,并从这些minidump产生C和C++堆栈踪迹。 Breakpad可以根据请求使没有崩溃的程序也可以写出minidump。 目前使用Breakpad的有 谷歌浏览器,火狐,谷歌的Picasa,卡米诺,谷歌地球,和其他项目。 Breakpad有三个主要组件: 客户端 是一个库,包含在您的应用程序中。 它可以获取当前线程的状态和当前加载的可执行文件和共享库的ID写转储文件。 您可以配置客户端发生了崩溃时写入一个minidump时,或明确要求时。
- google-breakpad - 使用篇前段时间无聊时看chromium无意间发现了这个breakpad库,发现正好可 - 掘金
breakpad 是 google 开发的一个跨平台 C C++ dump 捕获开源库,崩溃文件使用微软的 minidump 格式存储,也支持发送这个dump文件到你的服务器, breakpad 可以在程序崩溃时触发 dump 写入操作,也可以在没有触发 dump 时主动写 dump 文件。 breakpad 支持 windows 、 linux 、 macos 、 android 、 ios 等。 目前已有 Google Chrome, Firefox, Google Picasa, Camino, Google Earth 等项目使用。 图片左上角是一个完整的应用程序,它包含了三部分即程序代码、 Breakkpad Client (即 brekapad 提供出来的静态库),调式信息
- Introduction - Google Open Source
Breakpad is a library and tool suite that allows you to distribute an application to users with compiler-provided debugging information removed, record crashes in compact “minidump” files, send them back to your server, and produce C and C++ stack traces from these minidumps
- Breakpad Overview, Examples, Pros and Cons in 2025
Breakpad is an open-source multi-platform crash reporting system It provides a set of libraries and tools that can be used to implement crash reporting in applications Breakpad is designed to be lightweight, efficient, and cross-platform, supporting Windows, macOS, Linux, and other platforms
- Breakpad - android. googlesource. com
Breakpad is a set of client and server components which implement a crash-reporting system
- minidump - What is the difference between Googles breakpad and . . .
The major difference with Breakpad appears to be that Crashpad enables out-of-process crash reporting also for Mac OS X 10 10 and newer, which Breakpads design could not support
- breakpad docs getting_started_with_breakpad. md at main - GitHub
Breakpad is a library and tool suite that allows you to distribute an application to users with compiler-provided debugging information removed, record crashes in compact "minidump" files, send them back to your server, and produce C and C++ stack traces from these minidumps
|
|
|