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

Commit 12a615c8 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 am: c144b7da

am: 63f8f36d

Change-Id: I53ade820c7285638d444c7ca248e416e6e807f92
parents a2c2d11f 63f8f36d
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());
    }
}