I am using a NSTimer to control CLLocation services. When the location is updated, I pause the location update service and set up a timer in 60 sec to restart updating the location.
The problem is, sometimes the restart function is called but sometimes it is not. I want to check if the timer is running properly everytime. So is there a way to show in NSLog or any other place that a timer is currently running or not? Or even show the countdown of the timer?