summaryrefslogtreecommitdiffstats
path: root/liblog/logd_write.c
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-01-02 13:52:29 -0800
committerMark Salyzyn <salyzyn@google.com>2014-01-14 07:51:14 -0800
commit73459a5c87dc9e7c2aeee00597b9d3cc8d9a190e (patch)
tree15a839f428a267e10bd3b8c9d717b22bba72aa49 /liblog/logd_write.c
parent4167d7e5c23b3b3056107b18bae7a871cf974414 (diff)
downloadsystem_core-73459a5c87dc9e7c2aeee00597b9d3cc8d9a190e.zip
system_core-73459a5c87dc9e7c2aeee00597b9d3cc8d9a190e.tar.gz
system_core-73459a5c87dc9e7c2aeee00597b9d3cc8d9a190e.tar.bz2
liblog: deprecate export of LOGGER_LOG_* defines
Change-Id: I263af8e889f8f2ad91b91757caf90a4d17823dab
Diffstat (limited to 'liblog/logd_write.c')
-rw-r--r--liblog/logd_write.c7
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