justeat / JustLog

JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort. Support for logz.io available.
https://tech.justeattakeaway.com/
Apache License 2.0
519 stars 90 forks source link

Replace DispatchTimer with a wrapper #84

Closed jyounus closed 4 years ago

jyounus commented 4 years ago

This is a speculative fix for a crashing issue which we are seeing internally. It replaces the DispatchTimer with a wrapper, which takes care of some potential scenarios where the timer could lead to a crash.