Merge "Statsd testdrive: remove debug line." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4a0fe52131
@@ -208,7 +208,6 @@ public class TestDrive {
|
|||||||
ConfigMetricsReport report = reportList.getReports(reportList.getReportsCount() - 1);
|
ConfigMetricsReport report = reportList.getReports(reportList.getReportsCount() - 1);
|
||||||
for (StatsLogReport statsLog : report.getMetricsList()) {
|
for (StatsLogReport statsLog : report.getMetricsList()) {
|
||||||
if (isTrackedMetric(statsLog.getMetricId())) {
|
if (isTrackedMetric(statsLog.getMetricId())) {
|
||||||
LOGGER.info(statsLog.toString());
|
|
||||||
dumper.dump(statsLog);
|
dumper.dump(statsLog);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user