What's Changed
To customize hang threshold you can implement method in your HangsReceiver
:
public func fatalHangReceived(info: HangInfo) {
// ...
}
public var hangThreshold: TimeInterval {
return 5
}
Default value is 2 seconds.
Full Changelog: 1.2.7...1.3.0