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

Commit dcd86e71 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6516174 from 76ad0655 to rvc-release

Change-Id: I463a54e30053e15f4cfb61b749c860338226fd4c
parents e8df22b7 76ad0655
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ sp<IServiceManager> defaultServiceManager()
        while (sm == nullptr) {
            sm = interface_cast<AidlServiceManager>(ProcessState::self()->getContextObject(nullptr));
            if (sm == nullptr) {
                ALOGE("Waiting 1s on context object on %s.", ProcessState::self()->getDriverName().c_str());
                sleep(1);
            }
        }