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

Commit 2cacb422 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "libbinder_ndk: remove logspam on incStrong" into rvc-dev am: ff0f8877 am: f7e7ce88

Change-Id: If72db98a2d0b2cb35d063953b2e4e8475cf11b97
parents 9e2edf43 f7e7ce88
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -486,7 +486,6 @@ pid_t AIBinder_getCallingPid() {

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