Tracking Tasks With Stack Traces in Swift
Matt Gallagher: Instead of using log files to track asynchronous tasks, I prefer to use a structure that I call a “task journal”. […] We’d have a bit more flexibility if we could use the C function backtrace but in Swift, we can’t. The backtrace function comes from the “execinfo.h” header and is implemented as … Continue reading Tracking Tasks With Stack Traces in Swift
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed