feat: record-daemon logs to a file
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user