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

Commit 565bb3a5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "libbinder_ndk: remove logspam on incStrong" am: 3517aee5 am:...

Merge "libbinder_ndk: remove logspam on incStrong" am: 3517aee5 am: 887eccc8 am: 184822f1 am: c9ae7551 am: 2d82e97d

Change-Id: I7250ca8c4f1261f4bf155e9fa56f9320987d03fd
parents 8171967c 2d82e97d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -486,7 +486,6 @@ pid_t AIBinder_getCallingPid() {


void AIBinder_incStrong(AIBinder* binder) {
void AIBinder_incStrong(AIBinder* binder) {
    if (binder == nullptr) {
    if (binder == nullptr) {
        LOG(ERROR) << __func__ << ": on null binder";
        return;
        return;
    }
    }