Skip to content

Feature/log reader reads all log files#164

Open
masonturner wants to merge 3 commits intomasterfrom
feature/log_reader_reads_all_log_files
Open

Feature/log reader reads all log files#164
masonturner wants to merge 3 commits intomasterfrom
feature/log_reader_reads_all_log_files

Conversation

@masonturner
Copy link
Contributor

Fixes issue where camera images seem to cut out earlier than all other logged data. Turns out we aren't reading all of the log!

@masonturner masonturner requested a review from benkroop July 28, 2019 18:23
Copy link
Contributor

@benkroop benkroop left a comment

Choose a reason for hiding this comment

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

Looks good overall. A few nits.

{
throw std::runtime_error("Couldn't open file: " + file_path);
if (!get_logfile(channel, channel_name)) {
throw std::runtime_error("Couldn't open file for " + channel_name);
Copy link
Contributor

Choose a reason for hiding this comment

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

It may still be useful to include the filename in the throw exception string.

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