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
Add logging for soft error cases when raising thread priority
Summary:
The two cases being logged are:
1. We looped several times and never succeeded at raising the thread priority. If we only ever see this and rarely (2), then perhaps it is safe to only make one attempt instead of looping
2. We looped more than once and eventually found a priority we could successfully set
With this information maybe we can tell which devices / OS versions / etc, have issues with manually setting thread priorities
Reviewed By: OlehMalanchuk
Differential Revision: D75980989
fbshipit-source-id: f449cc94ecdacd31cb2644e825639d15857adb42
0 commit comments