I/Qt ( 1742): qt start
D/Qt ( 1742): startQtAndroidPlugin
D/Qt ( 1742): startQtApp
D/Qt ( 1742): startMainMethod
W/Qt ( 1742): WARNING: QApplication was not created in the main() thread.
I/Qt JAVA ( 1742): onCreate
I/Qt JAVA ( 1742): onResume
D/Qt ( 1742): resumeQtApp
D/Qt ( 1742): ("android", "androidGL")
D/Qt ( 1742): QAndroidPlatformIntegrationPlugin::create "android"
I/Qt JAVA ( 1742): Desktop onSizeChanged:320,508 <============ WRONG SIZE
D/Qt ( 1742): setDisplayMetrics
I/ActivityManager( 968): Displayed activity org.animatedtiles.qt/.QtMain: 1094 ms (total 1094 ms)
D/Qt ( 1742): QAndroidPlatformIntegration::createPlatformWindow QWidget(0x3ab2b0)
D/Qt ( 1742): createWindow false 1 -80 -146 399 653
D/dalvikvm( 1742): GC freed 741 objects / 58768 bytes in 86ms
I/Qt JAVA ( 1742): id:1 WindowVisibilityChanged:0
D/Qt ( 1742): windowCreated 1
D/Qt ( 1742): QAndroidPlatformIntegration::createWindowSurface QWidget(0x3ab2b0)
D/Qt ( 1742): QAndroidPlatformWindow::setWindowFlags QFlags(0x1|0x800)
I/Qt JAVA ( 1742): onSizeChanged id:1 w:320 h:508 oldw:0oldh:0 reqw:479reqh799 <====== WRONG SIZE
I/Qt JAVA ( 1742): onSizeChanged id:1 w:479 h:799 oldw:320oldh:508 reqw:479reqh799 <========== CORRECT! SIZE
D/Qt ( 1742): resizeWindow 1 0 0 319 507 <============= WRONG SIZE
D/Qt ( 1742): windowChanged 1
I/Qt JAVA ( 1742): onSizeChanged id:1 w:319 h:507 oldw:479oldh:799 reqw:319reqh507 <==== WRONG SIZE AGAIN
I/Qt JAVA ( 1742): setSurfaceVisiblity 1 visible true