Activity Tracing · objc.io
Activity Tracing · objc.io:
Tracking down crashes in asynchronous code is often very hard, because the stack trace is confined to the crashed thread and you’re missing contextual information. At the same time, writing asynchronous code has become significantly easier with APIs like libdispatch, operation queues, and XPC. via Pocket