Created
September 8, 2015 15:50
-
-
Save earltedly/ab9980a8e32aae9f0304 to your computer and use it in GitHub Desktop.
One line stack trace in Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSThread.callStackSymbols().reduce("") { "\($0)\n\($1 as! String)" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment