commit | 8bd31531e64a626492848a311e6fc3d485713b67 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Sep 05 11:40:55 2014 -0400 |
committer | Brian Silverman <brians> | Mon Sep 08 17:55:13 2014 -0400 |
tree | d815eab4ceddf7740473d2380c173250deac54b3 | |
parent | c92a4a846c6ba2b3f49e2d14bdce13840a6f71f3 [diff] |
add a TODO to the linux logging implementation Change-Id: Ibdf30fd287cc63f78709f1b609de7b5c36e0f616
diff --git a/aos/linux_code/logging/linux_interface.cc b/aos/linux_code/logging/linux_interface.cc index f3ea9e0..0945ddd 100644 --- a/aos/linux_code/logging/linux_interface.cc +++ b/aos/linux_code/logging/linux_interface.cc
@@ -10,6 +10,8 @@ namespace internal { namespace { +// TODO(brians): Differentiate between threads in the same process. + ::std::string GetMyName() { // The maximum number of characters that can make up a thread name. // The docs are unclear if it can be 16 characters with no '\0', so we'll be