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

Commit 25d78a1b authored by Svet Ganov's avatar Svet Ganov
Browse files

Wait longer for the activity service

Test: manual

Change-Id: I4cdbaa756bd26986265bca4e3a0919083ea23336
parent 873eabc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ sp<IActivityManager> ActivityManager::getService()
            if (startTime == 0) {
                startTime = uptimeMillis();
                ALOGI("Waiting for activity service");
            } else if ((uptimeMillis() - startTime) > 10000) {
            } else if ((uptimeMillis() - startTime) > 1000000) {
                ALOGW("Waiting too long for activity service, giving up");
                service = NULL;
                break;