diff options
author | Steve Block <steveblock@google.com> | 2011-10-12 17:27:03 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2011-10-25 16:28:24 +0100 |
commit | 9f760150f6e0f39b9923cfdc875373606839ee00 (patch) | |
tree | ebb4861bf3dab832d6c6e19a6a7fe9615bd15a91 /include | |
parent | ae83b8ee9bd5db63f14a9c8d6570a65b66197c2e (diff) | |
download | frameworks_native-9f760150f6e0f39b9923cfdc875373606839ee00.zip frameworks_native-9f760150f6e0f39b9923cfdc875373606839ee00.tar.gz frameworks_native-9f760150f6e0f39b9923cfdc875373606839ee00.tar.bz2 |
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/141576
Bug: 5449033
Change-Id: I42575e7c29cf1c0f465c357a5c97ab118df6f473
Diffstat (limited to 'include')
-rw-r--r-- | include/binder/CursorWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/binder/CursorWindow.h b/include/binder/CursorWindow.h index f0284de..8a2979a 100644 --- a/include/binder/CursorWindow.h +++ b/include/binder/CursorWindow.h @@ -31,8 +31,8 @@ #else -#define IF_LOG_WINDOW() IF_LOG(LOG_DEBUG, "CursorWindow") -#define LOG_WINDOW(...) LOG(LOG_DEBUG, "CursorWindow", __VA_ARGS__) +#define IF_LOG_WINDOW() IF_ALOG(LOG_DEBUG, "CursorWindow") +#define LOG_WINDOW(...) ALOG(LOG_DEBUG, "CursorWindow", __VA_ARGS__) #endif |