Home
last modified time | relevance | path

Searched refs:SIMPLEPERF_STOP_CMD (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java46 private static final String SIMPLEPERF_STOP_CMD = "pkill -INT simpleperf"; field in SimpleperfHelper
155 String stopOutput = mUiDevice.executeShellCommand(SIMPLEPERF_STOP_CMD); in stopSimpleperf()
156 Log.i(LOG_TAG, String.format("Simpleperf stop command ran: %s", SIMPLEPERF_STOP_CMD)); in stopSimpleperf()