diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2014-01-16 21:51:02 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-01-16 21:51:03 +0000 |
| commit | 24239a99ffde4a264be3121bff8b1ee70b78f63c (patch) | |
| tree | 6f756458ef3e38b7781801f8273e949087c57c25 /include/log | |
| parent | 869d5933efc0f18c1f58257a986fbbf3b97f5904 (diff) | |
| parent | 73459a5c87dc9e7c2aeee00597b9d3cc8d9a190e (diff) | |
| download | system_core-24239a99ffde4a264be3121bff8b1ee70b78f63c.zip system_core-24239a99ffde4a264be3121bff8b1ee70b78f63c.tar.gz system_core-24239a99ffde4a264be3121bff8b1ee70b78f63c.tar.bz2 | |
Merge "liblog: deprecate export of LOGGER_LOG_* defines"
Diffstat (limited to 'include/log')
| -rw-r--r-- | include/log/logger.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/log/logger.h b/include/log/logger.h index a05b174..5d21794 100644 --- a/include/log/logger.h +++ b/include/log/logger.h @@ -1,6 +1,6 @@ /* ** -** Copyright 2007, The Android Open Source Project +** Copyright 2007-2014, The Android Open Source Project ** ** This file is dual licensed. It may be redistributed and/or modified ** under the terms of the Apache 2.0 License OR version 2 of the GNU @@ -48,11 +48,6 @@ struct logger_entry_v2 { char msg[0]; /* the entry's payload */ }; -#define LOGGER_LOG_MAIN "log/main" -#define LOGGER_LOG_RADIO "log/radio" -#define LOGGER_LOG_EVENTS "log/events" -#define LOGGER_LOG_SYSTEM "log/system" - /* * The maximum size of the log entry payload that can be * written to the kernel logger driver. An attempt to write |
