I use ‘[NSThread callStackSymbols]’ method to record app stack information and write to log file. In debug environment, it works fine. But in release environment(app submitted by App Store), ‘[NSThread callStackSymbols]’ can only record stack symbol address which not parsed.
I want to write a script or tool to parse these stack symbol addresses. The solution I am going to try is to convert it into a .crash file. I would like to ask if anyone has any other good methods.
Thanks!