Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 30) sorted by relevance

12

/tools/asuite/atest/metrics/
Dmetrics_utils.py76 stacktrace = logs = ''
81 logs = '{etype}: {value}'.format(etype=exc_type.__name__,
85 send_exit_event(exit_code, stacktrace=stacktrace, logs=logs)
88 def send_exit_event(exit_code, stacktrace='', logs=''): argument
100 logs=logs)
Dmetrics.py55 logs = constants.INTERNAL variable in AtestExitEvent
/tools/tradefederation/core/atest/metrics/
Dmetrics_utils.py76 stacktrace = logs = ''
81 logs = '{etype}: {value}'.format(etype=exc_type.__name__,
85 send_exit_event(exit_code, stacktrace=stacktrace, logs=logs)
88 def send_exit_event(exit_code, stacktrace='', logs=''): argument
100 logs=logs)
Dmetrics.py55 logs = constants.INTERNAL variable in AtestExitEvent
/tools/acloud/metrics/
Dmetrics.py63 def LogExitEvent(exit_code, stacktrace="", logs=""): argument
78 logs=logs)
/tools/asuite/aidegen/lib/
Daidegen_metrics.py82 def ends_asuite_metrics(exit_code, stacktrace='', logs=''): argument
99 logs=logs)
Dide_util.py1091 logs = '%s exists? %s' % (common_util.remove_user_home_path(ipath),
1095 logs)
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeCodeCoverageListenerTest.java118 List<ByteString> logs = mFakeListener.getLogs(); in test_logsCoverageZip() local
119 assertThat(logs).hasSize(1); in test_logsCoverageZip()
122 logs.get(0).writeTo(out); in test_logsCoverageZip()
150 List<ByteString> logs = mFakeListener.getLogs(); in testNoCoverageFiles_logsEmptyZip() local
151 assertThat(logs).hasSize(1); in testNoCoverageFiles_logsEmptyZip()
154 logs.get(0).writeTo(out); in testNoCoverageFiles_logsEmptyZip()
256 List<ByteString> logs = mFakeListener.getLogs(); in testNoCollectOnTestEnd_noCoverageMeasurements() local
257 assertThat(logs).hasSize(1); in testNoCollectOnTestEnd_noCoverageMeasurements()
260 logs.get(0).writeTo(out); in testNoCollectOnTestEnd_noCoverageMeasurements()
DClangCodeCoverageListenerTest.java196 List<ByteString> logs = mFakeListener.getLogs(); in testRun_logsCoverageFile() local
197 assertThat(logs).hasSize(1); in testRun_logsCoverageFile()
230 List<ByteString> logs = mFakeListener.getLogs(); in testOtherFileTypes_ignored() local
231 assertThat(logs).hasSize(1); in testOtherFileTypes_ignored()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DStatsdGenericPostProcessor.java104 private Map<String, Metric.Builder> processStatsdReportsFromLogs(Map<String, LogFile> logs) { in processStatsdReportsFromLogs() argument
107 for (String key : logs.keySet()) { in processStatsdReportsFromLogs()
116 File reportFile = new File(logs.get(key).getPath()); in processStatsdReportsFromLogs()
130 CLog.e("Report file does not exist at supposed path %s.", logs.get(key).getPath()); in processStatsdReportsFromLogs()
/tools/tradefederation/core/test_result_interfaces/
DREADME.md4 and logs are represented.
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS190 be the peer address in the PTS logs that start with:
208 be the peer address in the PTS logs that start with:
251 be the peer address in the PTS logs that start with:
268 be the peer address in the PTS logs that start with:
297 be the peer address in the PTS logs that start with:
318 be the peer address in the PTS logs that start with:
348 be the peer address in the PTS logs that start with:
/tools/test/connectivity/acts/
D.gitignore34 # Installer logs
DREADME.md104 Each specifies the hardware, services, the path to the logs directory, and
117 "logpath": "/tmp/logs",
/tools/test/connectivity/tools/
D.gitignore34 # Installer logs
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DFakeTest.java256 private void saveLogs(ITestInvocationListener listener, List<String> logs) { in saveLogs() argument
257 for (String filename : logs) { in saveLogs()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java327 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() argument
328 mLogs.addAll(logs); in LogAnnotation()
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessor.java176 private List<File> filterPerfeticMetricFiles(Map<String, LogFile> logs) { in filterPerfeticMetricFiles() argument
178 for (String key : logs.keySet()) { in filterPerfeticMetricFiles()
188 perfettoMetricFiles.add(new File(logs.get(key).getPath())); in filterPerfeticMetricFiles()
/tools/asuite/atest/proto/
Dinternal_user_log.proto26 optional string logs = 4; field
/tools/tradefederation/core/atest/proto/
Dinternal_user_log.proto26 optional string logs = 4; field
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2314 logs = ad.get_file_names("/data/vendor/ssrdump/")
2315 if logs:
2316 ad.log.info("Pulling ssrdumps %s", logs)
2320 ad.pull_files(logs, log_path)
2439 logs = ad.get_file_names("/data/vendor/wifi/cnss_diag/wlan_logs/")
2440 if logs:
2441 ad.log.info("Pulling cnss_diag logs %s", logs)
2444 ad.pull_files(logs, log_path)
/tools/acloud/
DREADME.md182 * Pull logs from a sole instance or prompt user to choose one to pull if where
187 * Pull logs from the specific instance.
/tools/tradefederation/core/proto/
Dtest_record.proto27 // A record containing the status, logs, and other information associated with a
/tools/acloud/public/
Dacloud_main.py435 logs=EXCEPTION_LOG)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py783 logs = re.findall(r'(\S+\s\S+)(.*)', output.stdout)
784 for log in logs:

12