forked from qt-creator/qt-creator
Android: Re-enable QmlProfiler
Change-Id: Icd73475be421e6813b0d496020461e7020b547dd Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/icontext.h>
|
||||
#include <coreplugin/messagemanager.h>
|
||||
|
||||
#include <QDir>
|
||||
#include <QPushButton>
|
||||
@@ -1178,7 +1179,7 @@ void RunControlPrivate::setState(RunControlState newState)
|
||||
|
||||
void RunControlPrivate::debugMessage(const QString &msg)
|
||||
{
|
||||
//q->appendMessage(msg + '\n', Utils::DebugFormat);
|
||||
Core::MessageManager::write(msg, Core::MessageManager::Silent);
|
||||
qCDebug(statesLog()) << msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user