commit | 754e29edd76e2d927619e83c660c0d93e98211c8 | [log] [tgz] |
---|---|---|
author | Yangster-mac <yanglu@google.com> | Wed May 02 12:23:17 2018 -0700 |
committer | Yang Lu <yanglu@google.com> | Thu May 03 21:19:39 2018 +0000 |
tree | 2e3bb5468be2113e5eab1c6538b53dce56828608 | |
parent | ee18fb21120b32036222770ba541c43613fbae3d [diff] |
Turns DEBUG to false in statsd. Test: statsd test BUG: b/79161505 Change-Id: Ic6eee527d625b10aa86b2beb4b4c4fc05b051c7d
diff --git a/cmds/statsd/src/metrics/MetricProducer.cpp b/cmds/statsd/src/metrics/MetricProducer.cpp index 5ff8082..df081817 100644 --- a/cmds/statsd/src/metrics/MetricProducer.cpp +++ b/cmds/statsd/src/metrics/MetricProducer.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#define DEBUG true // STOPSHIP if true +#define DEBUG false // STOPSHIP if true #include "Log.h" #include "MetricProducer.h"
diff --git a/cmds/statsd/src/metrics/MetricsManager.cpp b/cmds/statsd/src/metrics/MetricsManager.cpp index 9ca4daa..bf0f720 100644 --- a/cmds/statsd/src/metrics/MetricsManager.cpp +++ b/cmds/statsd/src/metrics/MetricsManager.cpp
@@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#define DEBUG true // STOPSHIP if true +#define DEBUG false // STOPSHIP if true #include "Log.h" #include "MetricsManager.h" #include "statslog.h"