commit | ff485783bef973ddb1a270b7220b701730e5ae0d | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Jun 18 19:59:09 2014 -0700 |
committer | Brian Silverman <brians> | Wed Jun 18 19:59:09 2014 -0700 |
tree | c695bab830055e2ae556acf0fc986b3a5d3e9939 | |
parent | bb73c1382083f6a312af3fe30ef52c4e24457f2a [diff] [blame] |
tested stuff on a robot + fixed issues
diff --git a/aos/linux_code/logging/log_displayer.cc b/aos/linux_code/logging/log_displayer.cc index 071a87e..805267c 100644 --- a/aos/linux_code/logging/log_displayer.cc +++ b/aos/linux_code/logging/log_displayer.cc
@@ -57,6 +57,7 @@ bool skip_to_end = false; const char *filename = "aos_log-current"; + ::aos::logging::Init(); ::aos::logging::AddImplementation( new ::aos::logging::StreamLogImplementation(stdout));