diff options
| author | 2012-01-19 17:18:25 -0800 | |
|---|---|---|
| committer | 2012-01-19 17:18:25 -0800 | |
| commit | 97aa8ee81198234aedffceaf71ad216b96323393 (patch) | |
| tree | b5f311825b206befcb8b4bf35ac7b09197fd40cf /libs/utils/RefBase.cpp | |
| parent | 36b48c30adf7236b00eccf87f3b5691359526540 (diff) | |
| parent | ee4618bc4da65fdabf197874e87d2923904e7acd (diff) | |
Merge ee4618bc
Change-Id: Ie1dc6ad38e7c30636d80f6caef11cf6673144940
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 37d061cb3cbb..959b3823574f 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 { |