Thread Performance Checker: Thread running at QOS_CLASS_USER_INITIATED waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions
This occurs in WMFTaskGroup's wait() method, all calls of which seem to only reside in ReadingListSyncOperation. This should just be a matter of refactoring this code to remove the wait() calls. This area is difficult to follow and risky, so I'm spinning this off as a separate effort from T310091.
Some good documentation about this particular warning is here.