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

Commit 3517aee5 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder_ndk: remove logspam on incStrong"

parents 48b4a464 42666b84
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;
    }