commit | ad729ac11e080b1f1bdd9cd32807d9ae74ce2a63 | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Tue Apr 24 23:27:44 2012 -0700 |
committer | JP Abgrall <jpa@google.com> | Thu Apr 26 16:31:12 2012 -0700 |
tree | 661b786ac64ef31ee7e38577854194ab0558b982 | |
parent | e4c501c3a78f21d6d6e4ff0ba9090185cff1be8c [diff] |
bandwidthcontroller: hide iptables errors when they don't matter Some commands are run to be able to recover after failures. Those cleanup commands are generally allowed to fail. But the lower level system commands would log an error. Now that error is hidden if nobody will care about the result. A "#define LOG_NDEBUG 0" will show those failing commands. Removed leftover LOG_NDEBUG in CommandListener. Bug: 6377175 Change-Id: I1205fb077f7d0496969bd2a0b5da42025bc5a8dc