AOS_LOG to messages
Change-Id: I0cb78a957a180f4472fc3e78a75eade63e4e43b8
diff --git a/aos/events/logging/logger.cc b/aos/events/logging/logger.cc
index 2de17d7..c501d7b 100644
--- a/aos/events/logging/logger.cc
+++ b/aos/events/logging/logger.cc
@@ -299,8 +299,12 @@
void LogReader::Register(EventLoop *event_loop) {
event_loop_ = event_loop;
+ // We don't run timing reports when trying to print out logged data, because
+ // otherwise we would end up printing out the timing reports themselves...
+ // This is only really relevant when we are replaying into a simulation.
// Otherwise we replay the timing report and try to resend it...
event_loop_->SkipTimingReport();
+ event_loop_->SkipAosLog();
for (size_t i = 0; i < channels_.size(); ++i) {
const Channel *const original_channel =