Merge "Turns DEBUG to false in statsd." into pi-dev

am: 1e9761df82

Change-Id: I4f1f138ce9f1e2526c8ba44d0b6d8b6be7a2b63c
This commit is contained in:
android-build-team Robot
2018-05-03 19:58:24 -07:00
committed by android-build-merger
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define DEBUG true // STOPSHIP if true
#define DEBUG false // STOPSHIP if true
#include "Log.h"
#include "statslog.h"

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define DEBUG true // STOPSHIP if true
#define DEBUG false // STOPSHIP if true
#include "Log.h"
#include "anomaly/AlarmTracker.h"

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define DEBUG true // STOPSHIP if true
#define DEBUG false // STOPSHIP if true
#include "Log.h"
#include <android/os/IIncidentManager.h>

View File

@@ -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"

View File

@@ -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"

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define DEBUG true
#define DEBUG false
#include "Log.h"
#include "IncidentdReporter.h"