Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java83 String startCommand = in startCollecting() local
89 Log.i(LOG_TAG, String.format("Start command: %s", startCommand)); in startCollecting()
91 String startOutput = mUiDevice.executeShellCommand(startCommand); in startCollecting()