mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Mark Mentovai
612237a032
android: Fix 32-bit test to build at API [21, 24) with unified headers
Although API 21 introduced support for 64-bit off_t in many system calls or their wrappers, <stdio.h> support for 64-bit off_t is absent until API 24. This is a partial revert of 5969d6b1eb22, because with this more targeted fix applying only to gtest, the rest of Crashpad will work with a 64-bit off_t even at API levels lacking NDK support by going through the mmap() shim in compat. This includes a mini_chromium update to 96e32dd499a4. 85cbec19ffc0 fuchsia: Make EINTR macros no-ops fbf410cd4d40 fuchsia: Use koid instead of getpid() for process field in logging 96e32dd499a4 Revert "android: Don’t use _FILE_OFFSET_BITS=64 until API 21" Bug: crashpad:211 Change-Id: I34c3c8b42eb315605e6775962b44c3c4573b7462 Reviewed-on: https://chromium-review.googlesource.com/811204 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
- Crashpad overview design
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad Buildbots perform automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%