winrtrunner: Relay debug messages from local apps
authorAndrew Knight <andrew.knight@digia.com>
Sun, 16 Mar 2014 10:16:50 +0000 (12:16 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 18 Mar 2014 07:21:53 +0000 (08:21 +0100)
commita796e09922c53824aa9a503688710eaa8d0bfa05
tree907844e6a8c6a4a62d94db562bd46b74ba7699dd
parent782b827306ea735803f7b31ff996b1ca316b896b
winrtrunner: Relay debug messages from local apps

When local (Appx) app runs with -qdevel, it writes all debug messages
to shared memory. This change allows winrtrunner to retrieve and relay
this output to the user. All debug messages are printed with the logging
category "qt.winrtrunner.app" to differientate them from winrtrunner's
own output.

Change-Id: I5a42d33680b75c00624147152a09a4ed9031e33c
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
src/winrtrunner/appxengine.cpp
src/winrtrunner/main.cpp
src/winrtrunner/runner.cpp
src/winrtrunner/runner.h