Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java593 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
599 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
605 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
616 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
620 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
624 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
663 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
669 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
675 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
686 EasyMock.eq(LogDataType.LOGCAT), in testInvoke_resume()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java188 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents()
192 "module_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents()
196 "invocation_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents()
301 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents_finaleProto()
456 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents_subprocess()
460 "module_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents_subprocess()
464 "invocation_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents_subprocess()
549 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testEvents_finaleProto_partialEvents()
DStreamProtoResultReporterTest.java111 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testStream()
176 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testStream_noInvocationReporting()
DProtoResultReporterTest.java87 "run_log1", new LogFile("path", "url", false, LogDataType.LOGCAT, 5)); in testFinalizeProto()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollectorTest.java116 EasyMock.eq(LogDataType.LOGCAT), in testCollect()
168 EasyMock.eq(LogDataType.LOGCAT), in testCollect_multiRun()
187 EasyMock.eq(LogDataType.LOGCAT), in testCollect_multiRun()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java51 NESTED_REMOTE_LOG_DIR + "logcat", "full_gce_logcat", LogDataType.LOGCAT)); in KNOWN_FILES_TO_FETCH.put() argument
62 LogDataType.LOGCAT)); in KNOWN_FILES_TO_FETCH.put() argument
DManagedRemoteDevice.java98 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
DRemoteAndroidVirtualDevice.java167 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDeviceTest.java325 EasyMock.eq(LogDataType.LOGCAT), in testPostInvocationTearDown()
486 EasyMock.eq(LogDataType.LOGCAT), in testDeviceNotStoreShutdownState()
584 EasyMock.eq(LogDataType.LOGCAT), in testDevice_skipTearDown()
690 EasyMock.eq(LogDataType.LOGCAT), in testDeviceBoot_offline()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java172 LogFileType.LOGCAT
187 LogFileType.LOGCAT
245 result.put(LogFileType.LOGCAT, l); in getLogFileDataKeyMap()
850 data.setLogFile(LogFileType.LOGCAT, temp.getAbsolutePath()); in saveLogcatForIteration()
DAudioLoopbackTestHelper.java71 LOGCAT enumConstant
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogDataType.java41 LOGCAT("txt", "text/plain", false, true), enumConstant
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DCodeCoverageTest.java94 LogDataType.LOGCAT, in run()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java73 super.testLog(name, LogDataType.LOGCAT, logcatSource); in onTestFail()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java97 LogDataType.LOGCAT, in testAttempt()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java381 case LOGCAT: in HandleLoggedFiles()
654 parseSingleFiles(parser, currentModule, LOGCAT_TAG, LogDataType.LOGCAT); in parseLoggedFiles()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java536 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java256 runResults.add(createResultWithLog("armeabi-v7a module1", 1, LogDataType.LOGCAT)); in testLogReporting()