mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Telemetry][Hosts]Add telemetry to Hosts (#21486)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user