I\'d like to log the call trace during certain points, like failed assertions, or uncaught exceptions.
In swift print this way:
print("stack trace:\(Thread.callStackSymbols)")