Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java105 private static final String LOGCAT = "https://cnsviewer.corp.google.com/cns/logcat.gz"; field in ResultHandlerTest
234 moduleBTest3.setLog(LOGCAT); in testSerialization()
319 moduleBTest3.setLog(LOGCAT); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
450 BUG_REPORT, LOGCAT, SCREENSHOT); in writeResultDir()
607 assertEquals("Incorrect log", LOGCAT, moduleBTest3.getLog()); in checkResult()
/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java263 testLog.addTestLog(testLogKey, LogDataType.LOGCAT, logcat); in saveLogcatInfo()