Loading libs/binder/BpBinder.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,8 @@ void BpBinder::onLastStrongRef(const void* /*id*/) Vector<Obituary>* obits = mObituaries; if(obits != nullptr) { if (!obits->isEmpty()) { ALOGI("onLastStrongRef automatically unlinking death recipients"); ALOGI("onLastStrongRef automatically unlinking death recipients: %s", mDescriptorCache.size() ? String8(mDescriptorCache).c_str() : "<uncached descriptor>"); } if (ipc) ipc->clearDeathNotification(mHandle, this); Loading Loading
libs/binder/BpBinder.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,8 @@ void BpBinder::onLastStrongRef(const void* /*id*/) Vector<Obituary>* obits = mObituaries; if(obits != nullptr) { if (!obits->isEmpty()) { ALOGI("onLastStrongRef automatically unlinking death recipients"); ALOGI("onLastStrongRef automatically unlinking death recipients: %s", mDescriptorCache.size() ? String8(mDescriptorCache).c_str() : "<uncached descriptor>"); } if (ipc) ipc->clearDeathNotification(mHandle, this); Loading