feat: record-daemon logs to a file

This commit is contained in:
2026-05-30 10:41:40 +02:00
parent 7f54e959b8
commit 598c5a2391
5 changed files with 108 additions and 7 deletions
+2
View File
@@ -439,6 +439,8 @@ pub fn run() {
daemon_ipc::daemon_start_recording,
daemon_ipc::daemon_stop_recording,
daemon_ipc::daemon_shutdown,
daemon_ipc::daemon_get_log_path,
daemon_ipc::daemon_read_logs,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");