ThreadBacktrace
Example
获取主线程调用栈
BacktraceOfMainThread()
获取当前线程调用栈
BacktraceOfMainThread()
解析堆栈符号,需真实的 ASLR
Symbolic(of stack: [UInt], aslr: Int)
Requirements
Installation
ThreadBacktrace is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ThreadBacktrace'
Author
License
ThreadBacktrace is available under the MIT license. See the LICENSE file for more info.