Details
-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
None
-
Qt Creator 15.0.0, Qt Creator 15.0.1
Description
The debugger not attaching causes the application to crash on Android devices (tested on Samsung devices). The
message on the device is "waiting for the debugger to attach."
While the application output is similar to the following:
I/e.appuntitled70: Late-enabling -Xcheck:jni
I/e.appuntitled70: Using CollectorTypeCC GC.
D/ActivityThread: setConscryptValidator
D/ActivityThread: setConscryptValidator - put
D/CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10562; state: ENABLED
D/CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10562; state: ENABLED
W/ziparchive: Unable to open '/data/app/~~mGbYckNOOAa-y7n9i9YXNQ==/org.qtproject.example.appuntitled70-AAilUaKmYOIc1YAStPoK4w==/base.dm': No such file or directory
W/ziparchive: Unable to open '/data/app/~~mGbYckNOOAa-y7n9i9YXNQ==/org.qtproject.example.appuntitled70-AAilUaKmYOIc1YAStPoK4w==/base.dm': No such file or directory
D/nativeloader: Configuring clns-4 for other apk /data/app/~mGbYckNOOAa-y7n9i9YXNQ==/org.qtproject.example.appuntitled70-AAilUaKmYOIc1YAStPoK4w==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/mGbYckNOOAa-y7n9i9YXNQ==/org.qtproject.example.appuntitled70-AAilUaKmYOIc1YAStPoK4w==/lib/arm64:/data/app/~mGbYckNOOAa-y7n9i9YXNQ==/org.qtproject.example.appuntitled70-AAilUaKmYOIc1YAStPoK4w==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/org.qtproject.example.appuntitled70
V/GraphicsEnvironment: Currently set values for:
V/GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
V/GraphicsEnvironment: angle_gl_driver_selection_values=[]
V/GraphicsEnvironment: ANGLE GameManagerService for org.qtproject.example.appuntitled70: false
V/GraphicsEnvironment: org.qtproject.example.appuntitled70 is not listed in per-application setting
V/GraphicsEnvironment: App is not on the allowlist for updatable production driver.
W/ActivityThread: Application org.qtproject.example.appuntitled70 is waiting for the debugger ...
I/System.out: Sending WAIT chunk
07:57:01: Debugging "-qmljsdebugger=port:52439,block,services:DebugMessages,QmlDebugger,V8Debugger,QmlInspector,DebugTranslation" ...
07:57:59: Android target "org.qtproject.example.appuntitled70" died.
07:57:59: Debugging of "-qmljsdebugger=port:52439,block,services:DebugMessages,QmlDebugger,V8Debugger,QmlInspector,DebugTranslation" has finished.