Releases: tapwork/WatchdogInspector
Releases · tapwork/WatchdogInspector
tvOS Support
Thanks to https://github.com/Michelasso WatchdogInspector supports now tvOS
Adds method to disable the stalling exception
You can now turn off the stalling exceptions (turned on by default)
Removes Sub dependency for UIWindow
Uses a simple UIWindow instead of the sub dependency.
0.2.1
0.2.0
- 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