commit | bce9a58c66a14f0320cd8a6de32593d3945b34cd | [log] [tgz] |
---|---|---|
author | Brian Sheedy <[email protected]> | Thu Nov 03 15:06:18 2022 -0700 |
committer | Crashpad LUCI CQ <[email protected]> | Thu Nov 03 22:22:19 2022 +0000 |
tree | 6adee4f1a915bc43c5c51a7d85e43c05e78b073c | |
parent | 2b618565e5dc24cc4965125ea786ad899fccb63c [diff] |
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 <[email protected]> Reviewed-by: Joshua Peraza <[email protected]>
Crashpad is a crash-reporting system.
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.