Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39f582ba authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "libbinder: automatic unlink, print cached desc" am: 40927e84

Change-Id: I8d65d0da87a17b8e399567273269ee509b709d48
parents 3cc36d25 40927e84
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -435,7 +435,8 @@ void BpBinder::onLastStrongRef(const void* /*id*/)
    Vector<Obituary>* obits = mObituaries;
    Vector<Obituary>* obits = mObituaries;
    if(obits != nullptr) {
    if(obits != nullptr) {
        if (!obits->isEmpty()) {
        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);
        if (ipc) ipc->clearDeathNotification(mHandle, this);