您好,当我在Android上运行简单的空项目时,我得到了这个应用程序输出:
I/Qt JAVA (20079): DEBUGGER: waiting for pong at /data/local/tmp/qt/debug-pong-org.qtproject.example.client, attempt 4
I/Qt JAVA (20079): DEBUGGER: go to sleep
I/Qt JAVA (20079): DEBUGGER: waiting for pong at /data/local/tmp/qt/debug-pong-org.qtproject.example.client, attempt 5
I/Qt JAVA (20079): DEBUGGER: go to sleep
I/Qt JAVA (20079): DEBUGGER: waiting for pong at /data/local/tmp/qt/debug-pong-org.qtproject.example.client, attempt 6
I/Qt JAVA (20079): DEBUGGER: go to sleep
I/Qt JAVA (20079): DEBUGGER: waiting for pong at /data/local/tmp/qt/debug-pong-org.qtproject.example.client, attempt 7
I/Qt JAVA (20079): DEBUGGER: go to sleep
Could not load shared library symbols for 71 libraries, e.g. /system/bin/linker.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?Unable to find dynamic linker breakpoint function.
GDB will retry eventurally. Meanwhile, it is likely
that GDB is unable to debug shared library initializers
or resolve pending breakpoints after dlopen().I/Qt JAVA (20079): DEBUGGER: waiting for pong at /data/local/tmp/qt/debug-pong-org.qtproject.example.client, attempt 8
I/Qt JAVA (20079): DEBUGGER: got pong /data/local/tmp/qt/debug-pong-org.qtproject.example.client
D/libEGL (20079): loaded /system/lib/egl/libEGL_emulation.so
D/ (20079): HostConnection::get() New Host Connection established 0xb883f7e8, tid 20079
D/libEGL (20079): loaded /system/lib/egl/libGLESv1_CM_emulation.so
D/libEGL (20079): loaded /system/lib/egl/libGLESv2_emulation.so
W/EGL_emulation(20079): eglSurfaceAttrib not implemented
D/OpenGLRenderer(20079): Enabling debug mode 0
然后,如果我点击页面,我有:
A11y (26034): EXCEPTION in dispatchHoverEvent for Accessibility: java.lang.reflect.InvocationTargetException
I/dalvikvm(26034): threadid=1: stack overflow on call to Ljava/lang/Class;.getPublicConstructorOrMethodRecursive:LLL
I/dalvikvm(26034): method requires 40+20+12=72 bytes, fp is 0xa02b7330 (48 left)
I/dalvikvm(26034): expanding stack end (0xa02b7300 to 0xa02b7000)
I/dalvikvm(26034): Shrank stack (to 0xa02b7300, curFrame is 0xa02b73b4)
W/Qt A11y (26034): EXCEPTION in dispatchHoverEvent for Accessibility: java.lang.reflect.InvocationTargetException
W/dalvikvm(26034): Stack overflow on call to interp (req=76 top=0xa02bd000 cur=0xa02b7324 size=24576 Ljava/lang/reflect/Method;.<init>)
有人能帮助我吗?