summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Tate <ctate@google.com> 2009-06-24 15:44:40 -0700
committer The Android Open Source Project <initial-contribution@android.com> 2009-06-24 15:44:40 -0700
commit9c73a336c121ae2a1f608700b45d84fed6c49eba (patch)
tree3ecee4df9d3b60866381791e97883dd1465fa488
parent95cb30d2e99393023e0df8f804b5856513d315aa (diff)
parent54118adb3766fdf73a409102b88d7494bb6889a3 (diff)
am 54118adb: Put back LOGP -> printf in the backup helper code
Merge commit '54118adb3766fdf73a409102b88d7494bb6889a3' * commit '54118adb3766fdf73a409102b88d7494bb6889a3': Put back LOGP -> printf in the backup helper code
-rw-r--r--libs/utils/BackupHelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/BackupHelpers.cpp b/libs/utils/BackupHelpers.cpp
index 334661476192..b309dbf43e94 100644
--- a/libs/utils/BackupHelpers.cpp
+++ b/libs/utils/BackupHelpers.cpp
@@ -77,7 +77,7 @@ private:
void* mBuf;
};
-#if 0 // TEST_BACKUP_HELPERS
+#if 1 // TEST_BACKUP_HELPERS
#define LOGP(f, x...) printf(f "\n", x)
#else
#define LOGP(x...) LOGD(x)