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 /liblog | |
| 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 '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 6ae339f..6b35a0f 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 |
