diff options
author | 2012-01-04 10:13:13 -0800 | |
---|---|---|
committer | 2012-01-04 10:13:13 -0800 | |
commit | 41891aeaf4e6e4006ae3087fa537786e9ec8caa4 (patch) | |
tree | 919fcb8f1583cb4357f16468b1fc6eaf1a5b0144 /libs/utils/BackupHelpers.cpp | |
parent | 7c48707a9d320230452d5937239f28ab0ea2e695 (diff) | |
parent | 5baa3a62a97544669fba6d65a11c07f252e654dd (diff) |
Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE"
Diffstat (limited to 'libs/utils/BackupHelpers.cpp')
-rw-r--r-- | libs/utils/BackupHelpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/BackupHelpers.cpp b/libs/utils/BackupHelpers.cpp index 7ef30f9990c7..aee7ff08946d 100644 --- a/libs/utils/BackupHelpers.cpp +++ b/libs/utils/BackupHelpers.cpp @@ -74,7 +74,7 @@ const static int CURRENT_METADATA_VERSION = 1; #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 |