In the article Reliable Failure Reporting, Landon Fuller said itβs better not to use [NSThread callStackSymbols], but can I use [exception callStackSymbols] when I want to get the full symbolic call stack and send it to my server?
They get their stack the same, but the time is different - NSThread you get a column when sending a message callStackSymbols, and NSException you get the characters at the time the exception occurs.
callStackSymbols