Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4181cd6b authored by Kshitij Gupta's avatar Kshitij Gupta
Browse files

SystemUI: Add flag for IntrinsicLockDispatcher

- This change introduces a feature flag to enable the new
  CoroutineDispatcher for SystemUI that does not make use of
  ReentrantLocks

Flag: com.android.systemui.sysui_intrinsic_lock_dispatcher
Test: N/A - new flag
Bug: 419472502
Change-Id: Ib6f40cfff2f2e464f41f019a0e0eb0b35b2e03e7
parent 016e6572
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2228,3 +2228,13 @@ flag {
        purpose: PURPOSE_BUGFIX
   }
}

flag {
    name: "sysui_intrinsic_lock_dispatcher"
    namespace: "systemui"
    description: "Custom dispatcher for background tasks, which uses intrinsic locks instead of ReentrantLock"
    bug: "419472502"
    metadata {
         purpose: PURPOSE_BUGFIX
    }
}