Hi,
I have a test program with some printf output. And it works well on real iPhones. However, it has encountered a program if runs on Simulator.
It is simply terminated by simulator after 20 seconds. I believe this is because of the watchdog timer which suppose to terminate the program which spends too much time to load. This timer works well on the device which lets my program go on, but it doesn't work so well on the simulator.
My question is that is there a way to turn this timer off on the simulator?
Thanks
I have a test program with some printf output. And it works well on real iPhones. However, it has encountered a program if runs on Simulator.
It is simply terminated by simulator after 20 seconds. I believe this is because of the watchdog timer which suppose to terminate the program which spends too much time to load. This timer works well on the device which lets my program go on, but it doesn't work so well on the simulator.
My question is that is there a way to turn this timer off on the simulator?
Thanks