Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcvd_utils.py56 HOST_KERNEL_LOG = report.LogFile(
58 TOMBSTONES = report.LogFile(
61 FETCHER_CONFIG_JSON = report.LogFile(
293 log = report.LogFile(log_path, constants.LOG_TYPE_TEXT)
295 log = report.LogFile(log_path, constants.LOG_TYPE_KERNEL_LOG)
297 log = report.LogFile(log_path, constants.LOG_TYPE_LOGCAT,
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java32 import com.android.tradefed.result.LogFile;
58 private List<LogFile> mLogFiles = new ArrayList<>();
93 LogFile logFile) { in testLogSaved()
135 for (LogFile logFile : mLogFiles) { in getInvocationSummary()
215 LogFile logFile = createFunctionalTestFailureReport(); in getInvocationSummary()
239 private LogFile createFunctionalTestFailureReport() throws IOException { in createFunctionalTestFailureReport()
/tools/acloud/public/
Dreport_test.py84 logs=[report.LogFile("/log/path", "KERNEL_LOG")])
125 device_serial, logs=[report.LogFile("/log/path", "TEXT", "txt")])
Dreport.py101 def LogFile(path, log_type, name=None): function
/tools/acloud/create/
Dgoldfish_local_image_local_instance.py198 logs = [report.LogFile(logcat_path, constants.LOG_TYPE_LOGCAT),
199 report.LogFile(stdouterr_path, constants.LOG_TYPE_KERNEL_LOG)]
Dlocal_image_local_instance.py716 return [report.LogFile(os.path.join(log_dir, name), log_type)
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py131 report.LogFile(_REMOTE_STDOUTERR_PATH,
133 report.LogFile(_REMOTE_LOGCAT_PATH, constants.LOG_TYPE_LOGCAT)]