Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/log reader reads all log files #164

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.

infrastructure/logging/log_reader.cc Show resolved Hide resolved
{
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