Skip to content

Dproano/clean live logs - #89

Open
DanielProano wants to merge 6 commits into
masterfrom
dproano/clean_live_logs
Open

Dproano/clean live logs#89
DanielProano wants to merge 6 commits into
masterfrom
dproano/clean_live_logs

Conversation

@DanielProano

Copy link
Copy Markdown

No description provided.

@LelsersLasers
LelsersLasers self-requested a review July 25, 2026 03:52
Comment thread src/can/thread.rs
) -> std::thread::JoinHandle<()> {
std::thread::spawn(move || {
let mut state = can::state::State::new(can_to_ui_tx, ui_to_can_rx, selected_source);
let mut daq_logger = can::daq_parser::DaqLogger::new(log_folder);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read this PR a little quickly but I think you may still have the same problem of the log folder never being updated. When the user selects a new folder, that info never propagates to the CAN thread/daq logger

@LelsersLasers
LelsersLasers self-requested a review July 27, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants