/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/Hosts/HostsModuleInterface/trace.h
13 строк
339 B
Stefan Markovic
[General]Add an option for telemetry opt-in and visualization(#34078)
24 окт 2024, 23:04
Не верифицирован
24 окт 2024, 23:04
133aa85
Код
Авторство
О чём код?
#pragma once #include <common/Telemetry/TraceBase.h> class Trace : public telemetry::TraceBase { public: // 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; };