forked from qt-creator/qt-creator
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:
committed by
Christian Kandeler
parent
530ebc4b0b
commit
6ddb0f7945
@@ -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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user