Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java140 String statusInfo = mTestDevice.executeShellCommand(String.format(STATUS_INFO, processId)); in run() local
168 if (!statusInfo.isEmpty()) { in run()
169 uploadLogFile(statusInfo, "statusInfo"); in run()