[Android] QTimer doesn't trigger when system time changed
-
Hi,
We have created a native application on android using Qt 5.3.0.Sometimes the system time changes at the same time as our application startup.
The result is that some of our timers don't trigger anymore.
It seems to not depends on the interval of the timers.
Timers type is system timers.Is there something to change in the compilation setup to fix this issue ?
If we use default setup for compilation, timers seems to not be repaired.Android version : 4.2.2
NDK version : r8d (android-14)
Compiler version : 4.6
mkspecs : android-g++
Qt: 5.3.0