diff options
author | Mark Salyzyn <salyzyn@google.com> | 2014-01-02 13:52:29 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2014-01-27 15:16:04 -0800 |
commit | e9c4196980208124066fb45fa03bfb85fe1d8581 (patch) | |
tree | a5dd87995ed44361c5be29a38b5ad1f8e7303ed2 /liblog | |
parent | 24b5d3cec51e0d7fc0989913a901e6888d948375 (diff) | |
download | core-e9c4196980208124066fb45fa03bfb85fe1d8581.tar.gz core-e9c4196980208124066fb45fa03bfb85fe1d8581.tar.bz2 core-e9c4196980208124066fb45fa03bfb85fe1d8581.zip |
liblog: deprecate export of LOGGER_LOG_* defines
(cherry picked from commit 73459a5c87dc9e7c2aeee00597b9d3cc8d9a190e)
Change-Id: I263af8e889f8f2ad91b91757caf90a4d17823dab
Diffstat (limited to 'liblog')
-rw-r--r-- | liblog/logd_write.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/liblog/logd_write.c b/liblog/logd_write.c index ac00f515a..f3054af48 100644 --- a/liblog/logd_write.c +++ b/liblog/logd_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2007-2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,6 +31,11 @@ #include <log/logd.h> #include <log/log.h> +#define LOGGER_LOG_MAIN "log/main" +#define LOGGER_LOG_RADIO "log/radio" +#define LOGGER_LOG_EVENTS "log/events" +#define LOGGER_LOG_SYSTEM "log/system" + #define LOG_BUF_SIZE 1024 #if FAKE_LOG_DEVICE |