From 1677fa3f1eee67079ebf63e685814ef4b31602b4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 31 Oct 2021 04:52:44 -0400 Subject: [PATCH] note about SystemUI issue --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index b2dd6ae0..ffe4ab83 100644 --- a/static/releases.html +++ b/static/releases.html @@ -480,7 +480,7 @@
  • Updater: split up install progress notification into stages
  • include standard display cutout overlays across all devices
  • temporarily disable broken 'Render apps below cutout area' display cutout developer option to avoid it breaking loading SystemUI on boot
  • -
  • temporarily disable user-facing crash reporting for com.android.systemui due to an upstream AOSP 12 bug causing false positive reports of it being frozen
  • +
  • temporarily disable user-facing crash reporting for com.android.systemui due to an upstream AOSP 12 bug causing false positive reports of it being frozen (this change didn't end up successfully silencing the false positives so a different approach will be needed)