Qt 6.11 is out! See what's new in the release
blog
[Android] QTimer doesn't trigger when system time changed
Mobile and Embedded
1
Posts
1
Posters
1.0k
Views
1
Watching
-
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