forked from qt-creator/qt-creator
Symbian: running process is identified by its UID3 instead of the its name
This commit is contained in:
@@ -284,7 +284,9 @@ void CodaRunControl::handleLogging(const TcfTrkEvent &event)
|
|||||||
void CodaRunControl::handleAddListener(const TcfTrkCommandResult &result)
|
void CodaRunControl::handleAddListener(const TcfTrkCommandResult &result)
|
||||||
{
|
{
|
||||||
Q_UNUSED(result)
|
Q_UNUSED(result)
|
||||||
m_tcfTrkDevice->sendSymbianOsDataFindProcessesCommand(TcfTrkCallback(this, &CodaRunControl::handleFindProcesses), executableName().toLatin1(), "0");
|
m_tcfTrkDevice->sendSymbianOsDataFindProcessesCommand(TcfTrkCallback(this, &CodaRunControl::handleFindProcesses),
|
||||||
|
QByteArray(),
|
||||||
|
QByteArray::number(executableUid(), 16));
|
||||||
}
|
}
|
||||||
|
|
||||||
void CodaRunControl::handleFindProcesses(const TcfTrkCommandResult &result)
|
void CodaRunControl::handleFindProcesses(const TcfTrkCommandResult &result)
|
||||||
|
|||||||
Reference in New Issue
Block a user