diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-11 19:33:51 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-11 19:33:51 -0400 |
| commit | b96a45b9746c3cb85f98b8ee922e485804baf052 (patch) | |
| tree | b6a320e0cc6290cb7961deb7398aad6889ada994 /static | |
| parent | 755472f7d5ae534570f2523cfcdf4633dd6281d5 (diff) | |
add info on exploit protection compatibility mode
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index 5567808d..e3c3baaf 100644 --- a/static/usage.html +++ b/static/usage.html @@ -833,6 +833,13 @@ designed to be friendly to apps and fully compatible rather than killing the application when it violates the rules.</p> + <p>You can enable our exploit protection compatibility mode via Settings ➔ Apps ➔ + App ➔ Advanced. The exploit protection compatibility mode toggle will switch from + hardened_malloc to Android's standard allocator (Scudo) and will reduce address + space size from 48 bit to Android's standard 39 bit. There are also separate + toggles for these features in the Configure hardening menu if you want to narrow + down the cause to a specific feature.</p> + <p>If you run into an application aborting, try to come up with a process for reproducing the issue and then capture a bug report via the 'Take bug report' feature in Developer options. Report an issue to <a |
