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

Commit 3a763098 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add clarification to lazy HAL service message." am: 6d4f8545

parents e37e6e21 6d4f8545
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -612,7 +612,8 @@ void ServiceManager::binderDied(const wp<IBinder>& who) {
}

void ServiceManager::tryStartService(const std::string& name) {
    ALOGI("Since '%s' could not be found, trying to start it as a lazy AIDL service",
    ALOGI("Since '%s' could not be found, trying to start it as a lazy AIDL service. (if it's not "
          "configured to be a lazy service, it may be stuck starting or still starting).",
          name.c_str());

    std::thread([=] {