[Lldb-commits] [lldb] [LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (PR #127696)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 27 13:00:06 PST 2025
================
@@ -73,9 +100,50 @@ class TelemetryManager : public llvm::telemetry::Manager {
private:
std::unique_ptr<llvm::telemetry::Config> m_config;
+ // Each instance of a TelemetryManager is assigned a unique ID.
+ const std::string m_id;
----------------
oontvoo wrote:
What use case do you have in mind? Right now this field is read-only (copied onto multiple entry objects).
So it seems jsut storing a string directly seems more straightforward.
https://github.com/llvm/llvm-project/pull/127696
More information about the lldb-commits
mailing list