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

Commit 1fc69b00 authored by Emilian Peev's avatar Emilian Peev Committed by Automerger Merge Worker
Browse files

Camera VTS: Wait for camera provider to become active am: bd4cdc6a am: 96105566

parents 9af8f6c1 96105566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ void CameraAidlTest::SetUp() {
    ABinderProcess_startThreadPool();

    SpAIBinder cameraProviderBinder =
            SpAIBinder(AServiceManager_getService(serviceDescriptor.c_str()));
            SpAIBinder(AServiceManager_waitForService(serviceDescriptor.c_str()));
    ASSERT_NE(cameraProviderBinder.get(), nullptr);

    std::shared_ptr<ICameraProvider> cameraProvider =