commit | eb0953307ce75cec031aedbf21abff08e5a737e5 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Tue Dec 20 16:23:08 2011 +0000 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:58 2013 -0700 |
tree | f68629af933e04983e26db5503983990de9b2881 | |
parent | 53ddace1a585c0515ea1c2e2091c4a8cd3a94864 [diff] [blame] |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
diff --git a/libs/utils/BackupHelpers.cpp b/libs/utils/BackupHelpers.cpp index 7ef30f9..aee7ff0 100644 --- a/libs/utils/BackupHelpers.cpp +++ b/libs/utils/BackupHelpers.cpp
@@ -74,7 +74,7 @@ #if TEST_BACKUP_HELPERS #define LOGP(f, x...) printf(f "\n", x) #else -#define LOGP(x...) LOGD(x) +#define LOGP(x...) ALOGD(x) #endif #endif