commit | c63cb6f25a9d5909ddd95b65ddbea91b83d545b2 | [log] [tgz] |
---|---|---|
author | Egor Pasko <pasko@chromium.org> | Fri Sep 18 10:12:15 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 18 10:12:15 2020 |
tree | 59ade54cc621f3771ba667e1b1f2774f4b988fa4 | |
parent | d2dcf1466f1984c146e4185304dff59543337794 [diff] |
PR_SET_DUMPABLE 1 briefly if opening pagemap fails This is often necessary on Android to read /proc/self/pagemap. Without prctl(PR_SET_DUMPABLE) opening this file fails in 94% of cases on Canary. This potentially leads to bias in reporting MappedAndResidentMemoryFootprint2. Bug: 1070618 Change-Id: Ic7f965099c4b3ba822baf248eb80d33678996188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416377 Commit-Queue: Egor Pasko <pasko@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#808298}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.