diff --git a/frameworks/native/libs/binder/Parcel.cpp b/frameworks/native/libs/binder/Parcel.cpp | |
index a6aad09..51a3401 100644 | |
--- a/frameworks/native/libs/binder/Parcel.cpp | |
+++ b/frameworks/native/libs/binder/Parcel.cpp | |
@@ -58,9 +58,7 @@ | |
#include <limits.h> | |
#include <string.h> | |
#include <utils/Unicode.h> | |
-#define ALOGE printf | |
-#define ALOGV printf | |
-#define LOG_ALWAYS_FATAL printf | |
+#include <log/log.h> | |
#define SIZE_T_MAX ULONG_MAX | |
#ifndef INT32_MAX |