[Telemetry][Hosts]Add telemetry to Hosts (#21486)

This commit is contained in:
Jaime Bernardo
2022-10-27 17:21:56 +01:00
committed by GitHub
parent 130561cfbb
commit 429569dcf3
6 changed files with 49 additions and 0 deletions

View File

@@ -5,4 +5,10 @@ class Trace
public:
static void RegisterProvider() noexcept;
static void UnregisterProvider() noexcept;
// Log if the user has HostsFileEditor enabled or disabled
static void EnableHostsFileEditor(const bool enabled) noexcept;
// Log that the user tried to activate the editor
static void ActivateEditor() noexcept;
};