summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yi Yang <yiyiyang@google.com> 2019-03-19 00:33:12 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-03-19 00:33:12 +0000
commit9c18f9df2b946db0c0eccb67154053a3b5d1a23b (patch)
treea7d26258bba8c926e8eb1eab61cf21ef7cb8f7b9
parentab0b329789f599f49018fe7ee682cf6af83b3647 (diff)
parentbdee4864ce97e79541421af976d26e0c5de9455c (diff)
Merge "Set DEBUG to false for statsd shell subscriber"
-rw-r--r--cmds/statsd/src/shell/ShellSubscriber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/shell/ShellSubscriber.cpp b/cmds/statsd/src/shell/ShellSubscriber.cpp
index 52d5ffc33317..f7e32d4aed26 100644
--- a/cmds/statsd/src/shell/ShellSubscriber.cpp
+++ b/cmds/statsd/src/shell/ShellSubscriber.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 "ShellSubscriber.h"