Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f6f8bad authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Uses new argument to force stop perfetto sessions

Test: atest FlickerLibTests
Bug: 288396763
Change-Id: Ie55d391d712fbcb62bc34f76b5d74dce962bd4e6
parent c913a319
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,7 @@
                value="trace_config.textproto"
                value="trace_config.textproto"
        />
        />
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="perfetto_persist_pid_track" value="true"/>
    </test>
    </test>
    <!-- Needed for pulling the collected trace config on to the host -->
    <!-- Needed for pulling the collected trace config on to the host -->
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
+1 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,7 @@
                value="trace_config.textproto"
                value="trace_config.textproto"
        />
        />
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="perfetto_persist_pid_track" value="true"/>
    </test>
    </test>
    <!-- Needed for pulling the collected trace config on to the host -->
    <!-- Needed for pulling the collected trace config on to the host -->
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
+1 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,7 @@
                value="trace_config.textproto"
                value="trace_config.textproto"
        />
        />
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="perfetto_persist_pid_track" value="true"/>
    </test>
    </test>
    <!-- Needed for pulling the collected trace config on to the host -->
    <!-- Needed for pulling the collected trace config on to the host -->
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
+1 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,7 @@
                value="trace_config.textproto"
                value="trace_config.textproto"
        />
        />
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="perfetto_persist_pid_track" value="true"/>
    </test>
    </test>
    <!-- Needed for pulling the collected trace config on to the host -->
    <!-- Needed for pulling the collected trace config on to the host -->
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
+1 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,7 @@
                value="trace_config.textproto"
                value="trace_config.textproto"
        />
        />
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="per_run" value="true"/>
        <option name="instrumentation-arg" key="perfetto_persist_pid_track" value="true"/>
    </test>
    </test>
    <!-- Needed for pulling the collected trace config on to the host -->
    <!-- Needed for pulling the collected trace config on to the host -->
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
    <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">
Loading