commit | b06f03b29ee9570da1ee399329becea5e2053eff | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Feb 17 22:00:37 2021 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Feb 17 22:00:37 2021 -0800 |
tree | dcd767537fd1ad36d47324770f77cc8033591aa1 | |
parent | 8d07cf0750e8e3c93c293f85d7666d5d5be31e1d [diff] [blame] |
Split logger.h into log_reader and log_writer Much simpler! Change-Id: I6c4ee363b56b67dac40c456261bbed79d01b8eb6
diff --git a/aos/events/logging/logger_main.cc b/aos/events/logging/logger_main.cc index da84cc9..dd1d8a2 100644 --- a/aos/events/logging/logger_main.cc +++ b/aos/events/logging/logger_main.cc
@@ -2,7 +2,7 @@ #include <sys/time.h> #include "aos/configuration.h" -#include "aos/events/logging/logger.h" +#include "aos/events/logging/log_writer.h" #include "aos/events/shm_event_loop.h" #include "aos/init.h" #include "aos/logging/log_namer.h"