From 2f9f812098e992806767e240f3c6f21553dba20e Mon Sep 17 00:00:00 2001 From: El Mehdi Fekari <mfekari@rim.com> Date: Wed, 30 Jan 2013 14:02:45 +0100 Subject: [PATCH] Qnx: Fix output logs For some reasons this was not merged properly into master Change-Id: I634c9ecde6de27aec1531371fd2d9f7535177595 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> --- src/plugins/qnx/blackberryapplicationrunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qnx/blackberryapplicationrunner.cpp b/src/plugins/qnx/blackberryapplicationrunner.cpp index e86805882b1..62bb0d4f002 100644 --- a/src/plugins/qnx/blackberryapplicationrunner.cpp +++ b/src/plugins/qnx/blackberryapplicationrunner.cpp @@ -148,7 +148,7 @@ void BlackBerryApplicationRunner::start() void BlackBerryApplicationRunner::checkSlog2Info() { if (m_slog2infoFound) { - tailApplicationLog(); + readLaunchTime(); } else if (!m_testSlog2Process) { m_testSlog2Process = new QSsh::SshRemoteProcessRunner(this); connect(m_testSlog2Process, SIGNAL(processClosed(int)), -- GitLab