summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block2011-10-20 05:56:00 -0500
committerAlex Ray2013-07-30 15:56:58 -0500
commitb37fbe9f810545bf62468fea5958325caa3635be (patch)
tree948cb4f6c9742003740e5a53655d5446e9312463 /libs/utils/RefBase.cpp
parent8b4cf779b29144d6d469afb4daabcbf069725db2 (diff)
downloadplatform-system-core-b37fbe9f810545bf62468fea5958325caa3635be.tar.gz
platform-system-core-b37fbe9f810545bf62468fea5958325caa3635be.tar.xz
platform-system-core-b37fbe9f810545bf62468fea5958325caa3635be.zip
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
Diffstat (limited to 'libs/utils/RefBase.cpp')
-rw-r--r--libs/utils/RefBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp
index 37d061cb3..959b38235 100644
--- a/libs/utils/RefBase.cpp
+++ b/libs/utils/RefBase.cpp
@@ -421,7 +421,7 @@ void RefBase::weakref_type::decWeak(const void* id)
421 // destroy the object now. 421 // destroy the object now.
422 delete impl->mBase; 422 delete impl->mBase;
423 } else { 423 } else {
424 // LOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase); 424 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase);
425 delete impl; 425 delete impl;
426 } 426 }
427 } else { 427 } else {