diff options
| author | 2012-01-19 14:46:24 -0800 | |
|---|---|---|
| committer | 2012-01-19 14:46:24 -0800 | |
| commit | 49c36b18b3bc648a42a85fa5fdd30fd61e9a4bd8 (patch) | |
| tree | 0c840758552e65e5ed32e0f4183aa784fa3126f3 /libs/utils/RefBase.cpp | |
| parent | f98b6fd3f51a5067196d85b102a95e8289daae01 (diff) | |
| parent | 1888a81fb761aa50f7414b699e7c2545f1fb44cd (diff) | |
Merge "Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)"
Diffstat (limited to 'libs/utils/RefBase.cpp')
| -rw-r--r-- | libs/utils/RefBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp index 37d061cb3c..959b382357 100644 --- a/libs/utils/RefBase.cpp +++ b/libs/utils/RefBase.cpp @@ -421,7 +421,7 @@ void RefBase::weakref_type::decWeak(const void* id) // destroy the object now. delete impl->mBase; } else { - // LOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase); + // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase); delete impl; } } else { |