diff options
author | Steve Block <steveblock@google.com> | 2011-12-20 16:21:48 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-03 22:30:35 +0000 |
commit | bcf3ccca55449f2886f03a5c7809a433ff6f80c4 (patch) | |
tree | 2a958df2de8374248d7b933db1fcf6b0ecabaaf6 /android/sqlite3_android.cpp | |
parent | d880a98c261eb3a0a8df2980322a93e5d41ca9fc (diff) |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016
Bug: 5449033
Change-Id: Iad9bddb01ef0d9b28e3969b9f8dfbb2cc2830b30
Diffstat (limited to 'android/sqlite3_android.cpp')
-rw-r--r-- | android/sqlite3_android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sqlite3_android.cpp b/android/sqlite3_android.cpp index 98e3811..5e097b6 100644 --- a/android/sqlite3_android.cpp +++ b/android/sqlite3_android.cpp @@ -305,7 +305,7 @@ struct SqliteUserData { */ static void tokenize(sqlite3_context * context, int argc, sqlite3_value ** argv) { - //LOGD("enter tokenize"); + //ALOGD("enter tokenize"); int err; int useTokenIndex = 0; int useDataTag = 0; |