mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
The "file-limit" annotation has shown that the system as a whole is not likely to be out of file descriptors globally. It’s possible that a file descriptor leak in crashpad_handler itself is responsible for certain crashes. Add a count of the number of open files in the handler process to this annotation to test this theory. Bug: crashpad:180 Change-Id: If6f2304fdabddd29636ba4ac5a7d1e0fff7f4b61 Reviewed-on: https://chromium-review.googlesource.com/585852 Reviewed-by: Robert Sesek <rsesek@chromium.org>