mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
replay: ignore the ULogMessageType::INFO message
This got introduced the the addition of the perf counter to the log. Fixes the error: unknown log message type 73
This commit is contained in:
@@ -513,6 +513,7 @@ bool Replay::nextDataMessage(std::ifstream &file, Subscription &subscription, in
|
||||
case (int)ULogMessageType::REMOVE_LOGGED_MSG: //skip these
|
||||
case (int)ULogMessageType::PARAMETER:
|
||||
case (int)ULogMessageType::DROPOUT:
|
||||
case (int)ULogMessageType::INFO:
|
||||
case (int)ULogMessageType::SYNC:
|
||||
case (int)ULogMessageType::LOGGING:
|
||||
file.seekg(message_header.msg_size, ios::cur);
|
||||
|
||||
Reference in New Issue
Block a user