[Qt-creator] Android log window doesn't work most of the time

Jason H jhihn at gmx.com
Wed Apr 22 17:45:25 CEST 2020


4.11.2, Catalina,
When building & running my android project only about 15% of the time do I get the ADB log content in the application output pane.
When it fails, it still runs, but I get partial output:
```
...
D lib_app.so: void Java_com_company_app_MyActivity_batteryChanged(JNIEnv *, jobject, jstring, double) "c" 0.84
D lib_app.so: void Java_com_company_app_MyActivity_batteryChanged(JNIEnv *, jobject, jstring, double) "c" 0.84


"com_company_app" died.

04-21 12:31:58.001   738   738 F DEBUG   :


"com_company_app died.
```

Note how the line isn't even complete. Sometimes there are many partial lines like that before being cut off. Note that while i killed the first run, the second run I did not kill, it report it as having "died" but is in fact still running.

However when using the Run button of the application output pane bar, it seems to always work.




More information about the Qt-creator mailing list