Anyone had experience diagnosing these crashes? I have a single user getting them consistently, and though I found an iOS related post, my app is not crashing on the same ty
Rewrite Shaybc's answer in Swift 3:
DispatchQueue.global(qos: .background).async { // some task to perform print("This is my task") })