Tom
unread,Apr 12, 2011, 9:43:31 AM4/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-qt
Hey everybody,
I'm trying to get a rather large qt app running on android but it
keeps crashing when it starts. Here's the relevant portion of the
logs:
09:14:09.620 Warning Qt 29593 WARNING: QApplication was not created
in the main() thread.
09:14:09.620 Debug Qt 29593 QAndroidPlatformIntegrationPlugin::create
"android"
09:14:09.620 Debug Qt 29593 QFbScreen::setPhysicalSize QSize(336,
211)
09:14:09.620 Debug Qt 29593 QFbScreen::setGeometry QRect(0,0
1280x752)
09:14:09.620 Debug Qt 29593
QAndroidPlatformScreen::QAndroidPlatformScreen():QFbScreen()
09:14:09.621 Debug dalvikvm 29593 GC_FOR_ALLOC freed 59K, 5% free
6236K/6531K, paused 28ms
09:14:09.621 Debug dalvikvm 29593 GC_FOR_ALLOC freed 0K, 5% free
8116K/8455K, paused 23ms
09:14:09.621 Debug Qt 29593 setCurrentStation 21
09:14:09.621 Debug dalvikvm 29593 GC_CONCURRENT freed <1K, 5% free
8116K/8455K, paused 2ms+3ms
09:14:09.621 Debug Qt 29593 createPlatformWindow false
09:14:09.621 Debug Qt 29593 setFullScreen false
09:14:09.965 Debug Qt 29593 Cache hit level 1
09:14:10.525 Debug Qt 29593 Cache hit level 1
09:14:11.225 Debug Qt 29593 createPlatformWindow false
09:14:11.225 Debug Qt 29593 setFullScreen false
09:14:11.226 Warning Qt 29593 This plugin does not support setParent!
09:14:11.269 Warning Qt 29593 This plugin does not support setParent!
09:14:11.269 Warning Qt 29593 This plugin does not support setParent!
09:14:13.017 Error InputDispatcher 113 channel '40ea4fa0
eu.licentia.necessitas.industrius.example.IcsIviUx/
eu.licentia.necessitas.industrius.QtActivity (server)' ~ Consumer
closed input channel or an error occurred. events=0x8
09:14:13.017 Error InputDispatcher 113 channel '40ea4fa0
eu.licentia.necessitas.industrius.example.IcsIviUx/
eu.licentia.necessitas.industrius.QtActivity (server)' ~ Channel is
unrecoverably broken and will be disposed!
09:14:13.116 Debug Zygote 83 Process 29593 terminated by signal (11)
09:14:13.116 Warning WindowManager 113 Force-removing child win
Window{40f5ada8 SurfaceView paused=false} from container
Window{40ea4fa0 eu.licentia.necessitas.industrius.example.IcsIviUx/
eu.licentia.necessitas.industrius.QtActivity paused=false}
09:14:13.117 Warning WindowManager 113 Failed looking up window
09:14:13.117 Warning WindowManager 113
java.lang.IllegalArgumentException: Requested window
android.os.BinderProxy@4111a660 does not exist
09:14:13.117 Warning WindowManager 113 at
com.android.server.WindowManagerService.windowForClientLocked(WindowManagerService.java:
9423)
09:14:13.118 Warning WindowManager 113 at
com.android.server.WindowManagerService.windowForClientLocked(WindowManagerService.java:
9414)
09:14:13.118 Warning WindowManager 113 at
com.android.server.WindowManagerService$WindowState
$DeathRecipient.binderDied(WindowManagerService.java:8153)
09:14:13.119 Warning WindowManager 113 at
android.os.BinderProxy.sendDeathNotice(Binder.java:385)
09:14:13.119 Warning WindowManager 113 at
dalvik.system.NativeStart.run(Native Method)
09:14:13.119 Warning InputManagerService 113 Got RemoteException
sending setActive(false) notification to pid 29593 uid 10052
09:14:13.120 Warning IInputConnectionWrapper 615 showStatusIcon on
inactive InputConnection
Does anyone know what exactly these two Error messages mean? (Consumer
closed input channel..., Channel is broken...) or what could cause
them? I was also wondering whether or not the Warnings could be
related to the crash or not.
Thanks!
Tom Fiset