Merge "Don't print error if we can't talk to hwservicemanager."
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp
index af5380c..320d11d 100644
--- a/cmds/atrace/atrace.cpp
+++ b/cmds/atrace/atrace.cpp
@@ -551,7 +551,8 @@
         }
     });
     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());
     }
 }