[Lldb-commits] [lldb] [RFC][LLDB] Telemetry in LLDB (PR #87815)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 5 12:01:36 PDT 2024
================
@@ -243,6 +245,8 @@ class LLDB_API SBDebugger {
lldb::SBTarget GetDummyTarget();
+ void SendTelemetry(SBStructuredData *entry);
----------------
JDevlieghere wrote:
It seems odd to allow clients to send their own telemetry. I'd expect all telemetry you'd want to collect to originate from within LLDB. This also seems like a pretty privacy concern because now you're opening the door to report arbitrary data on behalf of LLDB.
https://github.com/llvm/llvm-project/pull/87815
More information about the lldb-commits
mailing list