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

Commit aa61067c authored by Yuexi Ma's avatar Yuexi Ma
Browse files

enable profiling directly from AndroidTest.xml

Test: local
Change-Id: If13be820766f54ff154f350cbbacbab9dffe07d2
parent c6a50752
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
            _32bit::DATA/nativetest/nfc_hidl_hal_test/nfc_hidl_hal_test,
            _64bit::DATA/nativetest64/nfc_hidl_hal_test/nfc_hidl_hal_test,
            "/>
            <option name="test-config-path" value="vts/testcases/hal/nfc/hidl/target_profiling/NfcHidlTargetProfilingTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="1m" />
    <option name="enable-profiling" value="true" />
    </test>
</configuration>
+0 −3
Original line number Diff line number Diff line
{
    "enable_profiling": true
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@
            _32bit::DATA/nativetest/thermal_hidl_hal_test/thermal_hidl_hal_test,
            _64bit::DATA/nativetest64/thermal_hidl_hal_test/thermal_hidl_hal_test,
            "/>
        <option name="test-config-path" value="vts/testcases/hal/thermal/hidl/target_profiling/ThermalHidlTargetProfilingTest.config" />
        <option name="binary-test-type" value="gtest" />
        <option name="test-timeout" value="5m" />
        <option name="enable-profiling" value="true" />
    </test>
</configuration>
+0 −3
Original line number Diff line number Diff line
{
    "enable_profiling": true
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
    <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
        <option name="test-module-name" value="VibratorHidlProfilingTest" />
        <option name="test-case-path" value="vts/testcases/hal/vibrator/hidl/host/VibratorHidlTest" />
        <option name="test-config-path" value="vts/testcases/hal/vibrator/hidl/host_profiling/VibratorHidlProfilingTest.config" />
        <option name="enable-profiling" value="true" />
    </test>
</configuration>
Loading