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

Commit a1f0685c authored by Ravneet Dhanjal's avatar Ravneet Dhanjal Committed by Android (Google) Code Review
Browse files

Merge "Camera: Fix delay in service registration" into main

parents 2d39b9e3 81371f11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ CameraProviderManager::AidlServiceInteractionProxyImpl::getAidlService(
    if (flags::lazy_aidl_wait_for_service()) {
        binder = AServiceManager_waitForService(serviceName.c_str());
    } else {
        binder = AServiceManager_getService(serviceName.c_str());
        binder = AServiceManager_checkService(serviceName.c_str());
    }

    if (binder == nullptr) {