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

Commit 285d11d3 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge changes Ie10042ca,Ic5203951 am: d519d9c7 am: a9bc7ee4 am: c1927afe

am: 87b11b02

Change-Id: I9f9d413e76493a55a0ea52bea1548273d8c6470c
parents 706895b2 87b11b02
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -161,12 +161,8 @@ public:
        int n = 0;
        while (uptimeMillis() < timeout) {
            n++;
            if (isVendorService) {
                ALOGI("Waiting for vendor service %s...", String8(name).string());
                CallStack stack(LOG_TAG);
            } else if (n%10 == 0) {
                ALOGI("Waiting for service %s...", String8(name).string());
            }
            ALOGI("Waiting for service '%s' on '%s'...", String8(name).string(),
                ProcessState::self()->getDriverName().c_str());
            usleep(1000*sleepTime);

            sp<IBinder> svc = checkService(name);