MCPcopy Create free account
hub / github.com/Tencent/loli_profiler / SetExecutablePath

Method SetExecutablePath

include/stacktraceprocess.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 const QVector<QPair<quint32, quint64>>& GetFreeInfo() const { return freeInfo_; }
47
48 void SetExecutablePath(const QString& str) { execPath_ = str; }
49 const QString& GetExecutablePath() const { return execPath_; }
50
51 void SetDeviceSerial(const QString& serial) { deviceSerial_ = serial; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected