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

Commit c144b7da authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

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

am: 53d36e44

Change-Id: I3a524a89d8d6b022b4a825197e29b6a69687c8d9
parents 16a30c1a 53d36e44
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());
    }
}