rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | diff --git a/frameworks/native/libs/binder/Parcel.cpp b/frameworks/native/libs/binder/Parcel.cpp |
| 2 | index 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 |