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

Commit cd551fab authored by Steven Moreland's avatar Steven Moreland
Browse files

servicemanager: remove move check TODO

We won't move the check up because doing so doesn't appear to add much
of a benefit.

Fixes: 136023468
Test: N/A
Change-Id: Id3dea9e5a3a8bcc19c21b31ae7e4af0c3017e2a1
parent 90d77f42
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ Status ServiceManager::checkService(const std::string& name, sp<IBinder>* outBin
        }
    }

    // TODO(b/136023468): move this check to be first
    if (!mAccess->canFind(ctx, name)) {
        // returns ok and null for legacy reasons
        *outBinder = nullptr;