Observations about Qt 6.4 ...
-
Hello to all,
I have some comments about Qt 6.4 ...
I observe some subtle differences in the way the event management works, which cause unexpected problems in the migration from Qt 5.15.x to Qt 6.4My application freezes at times in Android when I use Qt 6.4 and this only affects some users. These freezes do not appear in Play console...
When I test on three devices running Android -> no problem.
When I test with several Android virtual machines -> no problem.And this is where I feel a bit overwhelmed... How to do in this kind of situation? Is there any debugging software to find subtle anomalies in event handling and blocking?
With my thanks !
Franck
-
Hello to all,
I have some comments about Qt 6.4 ...
I observe some subtle differences in the way the event management works, which cause unexpected problems in the migration from Qt 5.15.x to Qt 6.4My application freezes at times in Android when I use Qt 6.4 and this only affects some users. These freezes do not appear in Play console...
When I test on three devices running Android -> no problem.
When I test with several Android virtual machines -> no problem.And this is where I feel a bit overwhelmed... How to do in this kind of situation? Is there any debugging software to find subtle anomalies in event handling and blocking?
With my thanks !
Franck
@Francky033 said in Observations about Qt 6.4 ...:
How to do in this kind of situation?
Create a minimal, compilable example e.g. by reducing your code until the erorr no longer occours. Daily's programmers business.