summaryrefslogtreecommitdiffstats
path: root/liblog/log_event_write.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/log_event_write.cpp')
-rw-r--r--liblog/log_event_write.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblog/log_event_write.cpp b/liblog/log_event_write.cpp
index e644a3b94..d04ba90e9 100644
--- a/liblog/log_event_write.cpp
+++ b/liblog/log_event_write.cpp
@@ -24,8 +24,8 @@
#define MAX_SUBTAG_LEN 32
-LIBLOG_ABI_PUBLIC int __android_log_error_write(int tag, const char* subTag, int32_t uid,
- const char* data, uint32_t dataLen) {
+int __android_log_error_write(int tag, const char* subTag, int32_t uid, const char* data,
+ uint32_t dataLen) {
int ret = -EINVAL;
if (subTag && (data || !dataLen)) {