clarify details of native debugging toggle

This commit is contained in:
Daniel Micay 2021-04-28 15:48:55 -04:00
parent 97547b20d9
commit a897b4e5f4

View File

@ -486,8 +486,8 @@
<ul> <ul>
<li>kernel (Pixel 4a (5G), Pixel 5): rebuild with updated techpack/camera submodule</li> <li>kernel (Pixel 4a (5G), Pixel 5): rebuild with updated techpack/camera submodule</li>
<li>add back support for fully disabling native debugging support in Settings → Security</li> <li>add back support for fully disabling native debugging (ptrace) support in Settings → Security</li>
<li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): enable support for native debugging toggle</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): enable support for native debugging (ptrace) toggle via Yama</li>
<li>Settings: add back extra field with bootloader version</li> <li>Settings: add back extra field with bootloader version</li>
<li>Settings: only allow disabling Vanadium WebView library via developer tools since disabling it breaks app compatibility and almost always results in crashes rather than user friendly errors, including for base OS components using it</li> <li>Settings: only allow disabling Vanadium WebView library via developer tools since disabling it breaks app compatibility and almost always results in crashes rather than user friendly errors, including for base OS components using it</li>
<li>Vanadium: update Chromium base to 90.0.4430.66</li> <li>Vanadium: update Chromium base to 90.0.4430.66</li>