commit | 67ddb03a58cad002ec78ea8677e5c42e4e1dbb3b | [log] [tgz] |
---|---|---|
author | Tyler Chatow <tchatow@gmail.com> | Sun Jan 12 14:30:04 2020 -0800 |
committer | Tyler Chatow <tchatow@gmail.com> | Sat Feb 01 18:29:03 2020 -0800 |
tree | 5df94f613fba4eec2be496cddf690e653c491bc8 | |
parent | e6f9314656de467ffe2aaf2a284267040a0a07f8 [diff] [blame] |
AOS_LOG to messages Change-Id: I0cb78a957a180f4472fc3e78a75eade63e4e43b8
diff --git a/aos/events/logging/log_stats.cc b/aos/events/logging/log_stats.cc index c766fe6..65da871 100644 --- a/aos/events/logging/log_stats.cc +++ b/aos/events/logging/log_stats.cc
@@ -67,6 +67,7 @@ std::unique_ptr<aos::EventLoop> stats_event_loop = log_reader_factory.MakeEventLoop("logstats", reader.node()); stats_event_loop->SkipTimingReport(); + stats_event_loop->SkipAosLog(); // Read channel info and store in vector bool found_channel = false;