commit | 135c5a69b264e329e2b9adc587a9235c7b3d744a | [log] [tgz] |
---|---|---|
author | Yury Khmel <khmel@chromium.org> | Thu Nov 04 18:00:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 04 18:00:22 2021 |
tree | a35389b00d936bd60e2d8a37854cce454e9f97b0 | |
parent | 3bb3b1baf740302a881f61468051ca206e07d8c3 [diff] |
arc: Handle pre-ANR condition This handles notifications from Android that ANR crash may happen soon, known as pre-ANR by temporarily lifting ARC throttling to allow Android system server to flush pending requests. Android side CLs: ag/q/topic:preANR TEST=Locally, simulate ANR conditions, confirm system is able to recover. No error generated, no ANR. unit-test added to verify by finch on beta population BUG=b:204599606 Change-Id: I7cc11de7130b96329cefaec237514f63f07f74f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3254022 Commit-Queue: Yury Khmel <khmel@chromium.org> Reviewed-by: Yusuke Sato <yusukes@chromium.org> Reviewed-by: Jesse Doherty <jwd@chromium.org> Reviewed-by: Mattias Nissler <mnissler@chromium.org> Cr-Commit-Position: refs/heads/main@{#938356}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.