Skip to content

Commit 88c1403

Browse files
authored
[LLDB][NFC] Add accessor for SessionId (#142444)
1 parent 8e8da88 commit 88c1403

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/Core/Telemetry.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ class TelemetryManager : public llvm::telemetry::Manager {
243243
protected:
244244
TelemetryManager(std::unique_ptr<LLDBConfig> config);
245245

246+
inline const std::string &GetSessionId() const { return m_id; }
247+
246248
static void SetInstance(std::unique_ptr<TelemetryManager> manger);
247249

248250
private:

0 commit comments

Comments
 (0)