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:
hjk
2017-06-14 14:59:23 +02:00
parent f501c19ebc
commit ef7c633de2
9 changed files with 55 additions and 64 deletions

View File

@@ -25,25 +25,21 @@
#pragma once
#include "androidrunconfiguration.h"
#include <projectexplorer/runconfiguration.h>
#include <qmldebug/qmloutputparser.h>
namespace Android {
namespace Internal {
class AndroidAnalyzeSupport : public ProjectExplorer::RunWorker
class AndroidQmlProfilerSupport : public ProjectExplorer::RunWorker
{
Q_OBJECT
public:
explicit AndroidAnalyzeSupport(ProjectExplorer::RunControl *runControl);
explicit AndroidQmlProfilerSupport(ProjectExplorer::RunControl *runControl);
private:
QmlDebug::QmlOutputParser m_outputParser;
Utils::Port m_qmlPort;
void start() override;
void stop() override;
};
} // namespace Internal