Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java515 TestLogEventInfo logInfo = new TestLogEventInfo(new JSONObject(eventJson)); in handleEvent() local
517 FileUtil.deleteFile(logInfo.mDataFile); in handleEvent()
520 String name = String.format("subprocess-%s", logInfo.mDataName); in handleEvent()
521 try (InputStreamSource data = new FileInputStreamSource(logInfo.mDataFile, true)) { in handleEvent()
522 mListener.testLog(name, logInfo.mLogType, data); in handleEvent()
523 mTestLogged.add(logInfo.mDataName); in handleEvent()
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java201 logInfo(testId, "STD", cmndRes.getStdout()); in runTest()
202 logInfo(testId, "ERR", cmndRes.getStderr()); in runTest()
238 private void logInfo(String testId, String cmdOutputType, String content) { in logInfo() method in UiConductorTest
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java826 final LogFileData logInfo = map.get(key); in uploadLog() local
827 final String prefix = getKeyPrefixForIteration(data.getIteration()) + logInfo.filePrefix; in uploadLog()
828 final LogDataType logDataType = logInfo.logDataType; in uploadLog()