mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-13 16:58:04 +08:00
Brian Sheedy
bce9a58c66
Fix locking on certain Android partitions
Copy of crrev.com/c/3952963. Fixes locking not working on some Android filesystems due to flock not being available. Instead, we now use the same approach as Fuchsia with a dedicated lock file. This is an issue when running tests on non-rooted Android devices, as we need files to be written to a location accessible without root, but the chosen location might not have flock support. Bug: chromium:1358240 Change-Id: Ie910481be472403a8b0e9e36100594b0618f85e6 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3999273 Commit-Queue: Brian Sheedy <bsheedy@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 bots 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%