You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 12 has a bug where ConcurrentLinkedQueue.poll() can return the
wrong value. This is rare but results in a few crash reports in
OSTaskController, see issue #1761.
To workaround this issue we switched to LinkedBlockingQueue.
0 commit comments