1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2021 Google Inc. All Rights Reserved --> 3<configuration description="Aggregates metrics across multiple iterations of the same test and write the results to a text file." > 4 <metric_post_processor class="com.android.tradefed.postprocessor.MetricFilePostProcessor"> 5 <option name="aggregate-similar-tests" value="true" /> 6 <option name="enable-per-test-log" value="false" /> 7 </metric_post_processor> 8</configuration> 9