Skip to content

Releases: tapwork/WatchdogInspector

tvOS Support

15 Aug 12:51
Compare
Choose a tag to compare

Thanks to https://github.com/Michelasso WatchdogInspector supports now tvOS

Adds method to disable the stalling exception

10 Aug 18:54
Compare
Choose a tag to compare

You can now turn off the stalling exceptions (turned on by default)

Removes Sub dependency for UIWindow

30 May 16:39
Compare
Choose a tag to compare

Uses a simple UIWindow instead of the sub dependency.

0.2.1

10 Mar 18:07
Compare
Choose a tag to compare
  • Does not log (Start and Stop) if logging is disabled
  • Adds some more Tests
  • Updates the example projects (Swift)
  • Uses iOS 7 as CocoaPods deployment target (instead of iOS 8)

0.2.0

06 Mar 10:04
Compare
Choose a tag to compare
  • Exposes updateWatchdogInterval + (void)setUpdateWatchdogInterval:(NSTimeInterval)time;
    • Change the update interval for the background thread timer to count the main thread frames
  • Adds getter to check activity + (BOOL)isRunning;
  • Fixes wrong behaviour when start/stop/start via a button or toggle function