================
@@ -119,6 +125,53 @@ llvm::Error TelemetryManager::preDispatch(TelemetryInfo
*entry) {
return llvm::Error::success();
}
+void TelemetryManager::DispatchClientTelemetry(
+ const lldb_private::StructuredDataImpl &entry, Debugger *debugger) {
+ if (!m_config->enable_client_telemetry)
+ return;
+
+ ClientInfo client_info;
+ client_info.debugger = debugger;
+ auto *dict = entry.GetObjectSP()->GetAsDictionary();
----------------
oontvoo wrote:
done
https://github.com/llvm/llvm-project/pull/129728
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits