Home
last modified time | relevance | path

Searched refs:logcat_file (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/tracing/
H A Dprofile-chrome-startup.sh41 logcat_file="$(get_logcat_file "$trace_file")"
43 grep -E "Start proc|died|MY-DBG" "$logcat_file"
346 logcat_file="$(get_logcat_file "$output_file")"
347 echo "Logcat output file: $logcat_file"
369 $adb logcat -d > "${logcat_file}"
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/android/
H A Dlogcat_symbolizer.py59 with open(logcat) as logcat_file:
72 for line in logcat_file:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/android/
H A Dlogcat_symbolizer.py59 with open(logcat) as logcat_file:
72 for line in logcat_file:
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/android/
H A Dlogcat_symbolizer.py60 with open(logcat) as logcat_file:
73 for line in logcat_file:
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/android/
H A Dlogcat_symbolizer.py59 with open(logcat) as logcat_file:
72 for line in logcat_file:
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/local/device/
H A Dlocal_device_gtest_run.py612 logcat_file = None
616 'logcat') as logcat_file:
620 output_file=logcat_file.name,
624 yield logcat_file
628 if logcat_file and logcat_file.Link():
629 logging.info('Logcat saved to %s', logcat_file.Link())
689 with self._ArchiveLogcat(device, test) as logcat_file:
749 if logcat_file:
750 r.SetLink('logcat', logcat_file.Link())
H A Dlocal_device_instrumentation_test_run.py635 with self._ArchiveLogcat(device, test_name) as logcat_file:
742 if logcat_file:
743 _SetLinkOnResults(results, test_name, 'logcat', logcat_file.Link())
905 logcat_file = None
909 stream_name, 'logcat') as logcat_file:
913 output_file=logcat_file.name,
920 yield logcat_file
924 if logcat_file and logcat_file.Link():
925 logging.info('Logcat saved to %s', logcat_file.Link())
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/local/device/
H A Dlocal_device_gtest_run.py594 logcat_file = None
598 'logcat') as logcat_file:
602 output_file=logcat_file.name,
606 yield logcat_file
610 if logcat_file and logcat_file.Link():
611 logging.info('Logcat saved to %s', logcat_file.Link())
661 with self._ArchiveLogcat(device, test) as logcat_file:
718 if logcat_file:
719 r.SetLink('logcat', logcat_file.Link())
H A Dlocal_device_instrumentation_test_run.py635 with self._ArchiveLogcat(device, test_name) as logcat_file:
741 if logcat_file:
742 _SetLinkOnResults(results, 'logcat', logcat_file.Link())
904 logcat_file = None
908 stream_name, 'logcat') as logcat_file:
912 output_file=logcat_file.name,
919 yield logcat_file
923 if logcat_file and logcat_file.Link():
924 logging.info('Logcat saved to %s', logcat_file.Link())
/dports/lang/v8/v8-9.6.180.12/tools/testrunner/local/
H A Dandroid.py137 logcat_file=False): argument
169 if logcat_file:
170 with self.device.GetLogcatMonitor(output_file=logcat_file) as logmon:
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/local/device/
H A Dlocal_device_gtest_run.py709 logcat_file = None
713 'logcat') as logcat_file:
717 output_file=logcat_file.name,
721 yield logcat_file
725 if logcat_file and logcat_file.Link():
726 logging.info('Logcat saved to %s', logcat_file.Link())
787 with self._ArchiveLogcat(device, test) as logcat_file:
847 if logcat_file:
848 r.SetLink('logcat', logcat_file.Link())
H A Dlocal_device_instrumentation_test_run.py686 with self._ArchiveLogcat(device, test_name) as logcat_file:
793 if logcat_file:
794 _SetLinkOnResults(results, test_name, 'logcat', logcat_file.Link())
1018 logcat_file = None
1022 stream_name, 'logcat') as logcat_file:
1026 output_file=logcat_file.name,
1033 yield logcat_file
1037 if logcat_file and logcat_file.Link():
1038 logging.info('Logcat saved to %s', logcat_file.Link())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/testrunner/local/
H A Dandroid.py143 logcat_file=False): argument
175 if logcat_file:
176 with self.device.GetLogcatMonitor(output_file=logcat_file) as logmon:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/testrunner/local/
H A Dandroid.py143 logcat_file=False): argument
175 if logcat_file:
176 with self.device.GetLogcatMonitor(output_file=logcat_file) as logmon:
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Dadb_logcat_monitor.py61 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
64 stdout=logcat_file,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Dadb_logcat_monitor.py61 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
64 stdout=logcat_file,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dadb_logcat_monitor.py61 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
64 stdout=logcat_file,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/android/
H A Dadb_logcat_monitor.py59 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
62 stdout=logcat_file,
/dports/lang/v8/v8-9.6.180.12/build/android/
H A Dadb_logcat_monitor.py61 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
64 stdout=logcat_file,
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/android/
H A Dadb_logcat_monitor.py59 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
62 stdout=logcat_file,
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/android/
H A Dadb_logcat_monitor.py59 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
62 stdout=logcat_file,
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/android/
H A Dadb_logcat_monitor.py59 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
62 stdout=logcat_file,
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/android/
H A Dadb_logcat_monitor.py59 logcat_file = open(os.path.join(base_dir, logcat_filename), 'w')
62 stdout=logcat_file,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py553 with self._ArchiveLogcat(device, test_name) as logcat_file:
647 if logcat_file:
648 _SetLinkOnResults(results, 'logcat', logcat_file.Link())
804 logcat_file = None
808 stream_name, 'logcat') as logcat_file:
812 output_file=logcat_file.name,
819 yield logcat_file
823 if logcat_file and logcat_file.Link():
824 logging.info('Logcat saved to %s', logcat_file.Link())
H A Dlocal_device_gtest_run.py618 stream_name, 'logcat') as logcat_file:
622 output_file=logcat_file.name,
632 if logcat_file.Link():
633 logging.info('Logcat saved to %s', logcat_file.Link())
680 if logcat_file:
681 r.SetLink('logcat', logcat_file.Link())

12