Merge "Turns DEBUG to false in statsd." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1e9761df82
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user