Backtrace
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Usage
import Backtrace
Backtrace.backtrace(thread: Thread)->String
Backtrace.backtraceMainThread()->String
Backtrace.backtraceCurrentThread()->String
Backtrace.backtraceAllThread()->[String]
Requirements
iOS 8.0+ Swift 5.0+
Installation
Backtrace is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'BacktraceSwift'
Author
License
Backtrace is available under the MIT license. See the LICENSE file for more info.