Skip to content

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.

3 participants