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
if (__CFMainThreadHasExited&&rl==CFRunLoopGetMain()) {
3070
3070
staticdispatch_once_tonceToken;
3071
3071
dispatch_once(&onceToken, ^{
3072
-
os_log_error(_CFOSLog(), "Attempting to wake up main runloop, but the main thread as exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug.");
3072
+
os_log_error(_CFOSLog(), "Attempting to wake up main runloop, but the main thread has exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug.");
if (__CFMainThreadHasExited&&rl==CFRunLoopGetMain()) {
3139
3139
staticdispatch_once_tonceToken;
3140
3140
dispatch_once(&onceToken, ^{
3141
-
os_log_error(_CFOSLog(), "Attempting to perform block on main runloop, but the main thread as exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug.");
3141
+
os_log_error(_CFOSLog(), "Attempting to perform block on main runloop, but the main thread has exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug.");
if (__CFMainThreadHasExited&&rl==CFRunLoopGetMain()) {
3226
3226
staticdispatch_once_tonceToken;
3227
3227
dispatch_once(&onceToken, ^{
3228
-
CFLog(kCFLogLevelError, CFSTR("Attempting to add source to main runloop, but the main thread as exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug."));
3228
+
CFLog(kCFLogLevelError, CFSTR("Attempting to add source to main runloop, but the main thread has exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug."));
if (__CFMainThreadHasExited&&rl==CFRunLoopGetMain()) {
3423
3423
staticdispatch_once_tonceToken;
3424
3424
dispatch_once(&onceToken, ^{
3425
-
CFLog(kCFLogLevelError, CFSTR("Attempting to add observer to main runloop, but the main thread as exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug."));
3425
+
CFLog(kCFLogLevelError, CFSTR("Attempting to add observer to main runloop, but the main thread has exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug."));
if (__CFMainThreadHasExited&&rl==CFRunLoopGetMain()) {
3533
3533
staticdispatch_once_tonceToken;
3534
3534
dispatch_once(&onceToken, ^{
3535
-
CFLog(kCFLogLevelError, CFSTR("Attempting to add timer to main runloop, but the main thread as exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug."));
3535
+
CFLog(kCFLogLevelError, CFSTR("Attempting to add timer to main runloop, but the main thread has exited. This message will only log once. Break on _CFRunLoopError_MainThreadHasExited to debug."));
0 commit comments