diff options
author | Steve Block <steveblock@google.com> | 2011-12-20 16:21:35 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-03 22:38:06 +0000 |
commit | a09e7cf49f43950a799f936bf42a9912d696547b (patch) | |
tree | 108947d0cc5707c152e6818fc81998c71a944524 /Source/WebKit/android/nav/SelectText.cpp | |
parent | cd962bb91932eb0f0ef6d84a04adbba2ba62707a (diff) | |
download | external_webkit-a09e7cf49f43950a799f936bf42a9912d696547b.zip external_webkit-a09e7cf49f43950a799f936bf42a9912d696547b.tar.gz external_webkit-a09e7cf49f43950a799f936bf42a9912d696547b.tar.bz2 |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016
Bug: 5449033
Change-Id: I35a9fa5e53a83a9c9a920333a3752dd151fbd3b8
Diffstat (limited to 'Source/WebKit/android/nav/SelectText.cpp')
-rw-r--r-- | Source/WebKit/android/nav/SelectText.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/nav/SelectText.cpp b/Source/WebKit/android/nav/SelectText.cpp index d20c44a..2035fbb 100644 --- a/Source/WebKit/android/nav/SelectText.cpp +++ b/Source/WebKit/android/nav/SelectText.cpp @@ -52,7 +52,7 @@ // #define EXTRA_NOISY_LOGGING 1 #define DEBUG_TOUCH_HANDLES 0 #if DEBUG_TOUCH_HANDLES -#define DBG_HANDLE_LOG(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__) +#define DBG_HANDLE_LOG(format, ...) ALOGD("%s " format, __FUNCTION__, __VA_ARGS__) #else #define DBG_HANDLE_LOG(...) #endif |