| Summary: | Отключаются настройки ведения журнала при перезапуске Thermald Monitor | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Tatyana Gagina <tatyana> |
| Component: | thermald-monitor | Assignee: | Антон Мидюков <antohami> |
| Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | antohami, nickel |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Tatyana Gagina
2022-11-14 18:03:58 MSK
Авторами так и было задумано, чтобы при старте логирование было отключено. В функции loadSettings такой код:
// start out with logging disabled
logging_enabled = false;
Link: https://github.com/intel/thermal_daemon/blob/b92e67bf3e5d6403cd59f64a1a0f0832ce4ea2c7/tools/thermal_monitor/mainwindow.cpp#L347
|