Blackberry uses slog2info now to debug.

Change-Id: I93a33ac96eceaf74b5d9a6a0f4d552ea690d60eb
Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com>
Reviewed-by: Mehdi Fekari <mfekari@rim.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Montel Laurent
2012-10-04 14:53:26 +02:00
committed by Christian Kandeler
parent 530ebc4b0b
commit 6ddb0f7945
4 changed files with 77 additions and 8 deletions

View File

@@ -93,5 +93,5 @@ void BlackBerryRunControl::launchTailProcess()
{
// Delay the launch of "tail" to ensure the blackberry-connect
// connection has been properly established
QTimer::singleShot(500, m_runner, SLOT(tailApplicationLog()));
QTimer::singleShot(500, m_runner, SLOT(checkSlog2Info()));
}