Skip to content

Fw logger bug fix - #6926

Merged
ev-mp merged 4 commits into
realsenseai:developmentfrom
nohayassin:fw_logger_bug_fix
Aug 4, 2020
Merged

Fw logger bug fix#6926
ev-mp merged 4 commits into
realsenseai:developmentfrom
nohayassin:fw_logger_bug_fix

Conversation

@nohayassin

@nohayassin nohayassin commented Jul 26, 2020

Copy link
Copy Markdown
Contributor

fixing timestamp in new fw logger message
Tracked on: DSO-15394

Comment thread tools/fw-logger/rs-fw-logger.cpp Outdated
sstr << " " << log_message.get_severity_str();
sstr << " FW_Log_Data:";
sstr << datetime_string() << " FW_Log_Data:";
//sstr << " " << log_message.get_severity_str();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This line can be deleted

Comment thread tools/fw-logger/rs-fw-logger.cpp Outdated
sstr << datetime_string() << " FW_Log_Data:";
//sstr << " " << log_message.get_severity_str();
std::vector<uint8_t> msg_data = log_message.data();
size_t sizeMsg = msg_data.size();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seem to be unused variable, or I missed it?

@nohayassin

Copy link
Copy Markdown
Contributor Author

Tracked on: DSO-15394

@ev-mp
ev-mp merged commit 4cc9820 into realsenseai:development Aug 4, 2020
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