How to display output from Qt Android service process in QtCreator?
Solved
Mobile and Embedded
-
@morte
QtService seems to be a wrapper for Linux demons or Windows services. By definition you won't be able to access any output it produces, since it's in a quite separate process and any output it produces will go elsewhere (probably nowhere). It would be more usual for any output a service wants to produce to go to a file/the system's "event log", but that is done within the service. -
It's not implemented currently on Qt Creator 4.12/4.13.
Created bugreport with suggestion to add that feature https://bugreports.qt.io/browse/QTCREATORBUG-24496 -