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

Commit 377fc5aa authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "log when waiting on a servicemanager"

parents 6540819c 39a57218
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);
            }
        }