blob: c8c9c5bfbf4093630996842993ac1219d9a62266 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001diff --git a/frameworks/native/libs/binder/Parcel.cpp b/frameworks/native/libs/binder/Parcel.cpp
2index a6aad09..51a3401 100644
3--- a/frameworks/native/libs/binder/Parcel.cpp
4+++ b/frameworks/native/libs/binder/Parcel.cpp
5@@ -58,9 +58,7 @@
6 #include <limits.h>
7 #include <string.h>
8 #include <utils/Unicode.h>
9-#define ALOGE printf
10-#define ALOGV printf
11-#define LOG_ALWAYS_FATAL printf
12+#include <log/log.h>
13 #define SIZE_T_MAX ULONG_MAX
14
15 #ifndef INT32_MAX