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

Commit 53d36e44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Don't print error if we can't talk to hwservicemanager."

parents d655e61a 64d54eb0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -551,7 +551,8 @@ static void pokeHalServices()
        }
    });
    if (!listRet.isOk()) {
        fprintf(stderr, "failed to list services: %s\n", listRet.description().c_str());
        // TODO(b/34242478) fix this when we determine the correct ACL
        //fprintf(stderr, "failed to list services: %s\n", listRet.description().c_str());
    }
}