Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java206 String[] commandLineArr = new String[commandLine.size()]; in postProcess() local
207 commandLine.toArray(commandLineArr); in postProcess()
209 mRunUtil.runTimedCmd(mLogProcessingTimeoutMilliseconds, commandLineArr); in postProcess()