Home
last modified time | relevance | path

Searched defs:logcat (Results 1 – 8 of 8) sorted by relevance

/tools/loganalysis/javatests/com/android/loganalysis/parser/
DLogcatParserTest.java48 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr() local
72 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr_pid() local
95 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash() local
137 LogcatItem logcat = logcatParser.parse(lines); in testParse_test_exception() local
174 LogcatItem logcat = logcatParser.parse(lines); in testParse_test_exception_with_exras() local
200 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_system_server() local
227 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_process_pid() local
254 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_pid() local
277 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_empty() local
294 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_native_crash_info() local
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java86 String logcat = in testCaptureTestCrash_oneCrashingLogcat() local
148 String logcat = in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded() local
196 String logcat = in testCaptureTestCrash_duplicateStack() local
/tools/security/remote_provisioning/attestation_testing/
Dattestation_test_host.py24 logcat = subprocess.check_output(['adb', 'logcat', '-d'], stderr=subprocess.STDOUT) variable
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_parse_utils.py1284 def parse_mo_sms(logcat): argument
1404 def parse_mo_sms_iwlan(logcat): argument
1527 def parse_mt_sms(logcat): argument
1582 def parse_mt_sms_iwlan(logcat): argument
/tools/loganalysis/src/com/android/loganalysis/
DLogAnalyzer.java119 LogcatItem logcat = new LogcatParser().parse(reader); in run() local
228 private void printLogcat(LogcatItem logcat) { in printLogcat()
/tools/loganalysis/src/com/android/loganalysis/item/
DLogcatItem.java162 LogcatItem logcat = (LogcatItem) other; in merge() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java91 NESTED_REMOTE_LOG_DIR + "logcat", "full_gce_logcat", LogDataType.LOGCAT)); in KNOWN_FILES_TO_FETCH.put()
172 OXYGEN_RUNTIME_LOG_DIR + "logcat", null, LogDataType.CUTTLEFISH_LOG)); in OXYGEN_LOG_FILES_FALLBACK.add()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java840 private void saveLogcatForIteration(ResultData data, InputStreamSource logcat, int iteration) { in saveLogcatForIteration()