Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/parsers/events/
DEventLogParser.kt48 val (rawTimestamp, uid, pid, tid, priority, tag) = in <lambda>() constant
53 parseEvent(timestamp, pid.toInt(), uid, tid.toInt(), tag, eventData) in <lambda>()
64 tid: Int, in <lambda>()
70 FocusEvent.from(timestamp, pid, uid, tid, parseData(eventData)) in <lambda>()
73 CujEvent.fromData(pid, uid, tid, tag, eventData) in <lambda>()
76 CujEvent.fromData(pid, uid, tid, tag, eventData) in <lambda>()
79 CujEvent.fromData(pid, uid, tid, tag, eventData) in <lambda>()
82 Event(timestamp, pid, uid, tid, tag) in <lambda>()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dlogcat.txt4 …1189 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xe9380000 in tid 11189 (AudioOut_D)
5 …8:05.707 359 359 W : debuggerd: handling request: pid=11071 uid=1041 gid=1005 tid=11189
10 09-03 17:48:05.796 7072 7072 F DEBUG : pid: 11071, tid: 11189, name: AudioOut_D >>> /system/bi…
33 06-15 19:57:33.607 12736 12761 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid
34 …7:33.608 379 379 W : debuggerd: handling request: pid=12736 uid=1041 gid=1005 tid=12761
39 06-15 19:57:33.670 26192 26192 F DEBUG : pid: 12736, tid: 12761, name: Binder:12736_2 >>> /syste…
64 06-15 19:57:35.130 26201 26227 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid
66 …7:35.130 379 379 W : debuggerd: handling request: pid=26201 uid=1041 gid=1005 tid=26227
72 06-15 19:57:35.191 26230 26230 F DEBUG : pid: 26201, tid: 26227, name: Binder:26201_3 >>> /syste…
103 06-15 19:57:40.674 26283 26283 F DEBUG : pid: 26246, tid: 26282, name: Binder:26246_5 >>> /syste…
[all …]
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java506 int tid, in createCrashJson() argument
513 pid, tid, name, process, faultaddress, signal, abortMessage, ImmutableList.of()); in createCrashJson()
518 int tid, in createCrashJson() argument
528 json.put(CrashUtils.TID, tid); in createCrashJson()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java232 int tid = 0; in addAllCrashes() local
248 tid = Integer.parseInt(pidtidNameMatcher.group(2)); in addAllCrashes()
315 crash.put(TID, tid); in addAllCrashes()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java369 int tid = tombstone.getTid();
372 if (!threadMap.containsKey(tid)) {
375 return Optional.of(threadMap.get(tid));
DTombstoneParser.java619 int tid = Integer.valueOf(m.group("tid")); in parseThreadHeader() local
621 tombstoneBuilder.setPid(Integer.valueOf(m.group("pid"))).setTid(tid); in parseThreadHeader()
626 threadBuilder.setId(tid).setName(m.group("threadname")); in parseThreadHeader()
/platform_testing/libraries/sts-common-util/host-side/tests/res/
Dlogcat.txt4 …1189 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xe9380000 in tid 11189 (AudioOut_D)
5 …8:05.707 359 359 W : debuggerd: handling request: pid=11071 uid=1041 gid=1005 tid=11189
10 09-03 17:48:05.796 7072 7072 F DEBUG : pid: 11071, tid: 11189, name: AudioOut_D >>> /system/bi…
33 06-15 19:57:33.607 12736 12761 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid
34 …7:33.608 379 379 W : debuggerd: handling request: pid=12736 uid=1041 gid=1005 tid=12761
39 06-15 19:57:33.670 26192 26192 F DEBUG : pid: 12736, tid: 12761, name: Binder:12736_2 >>> /syste…
65 06-15 19:57:35.130 26201 26227 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid
67 …7:35.130 379 379 W : debuggerd: handling request: pid=26201 uid=1041 gid=1005 tid=26227
73 06-15 19:57:35.191 26230 26230 F DEBUG : pid: 26201, tid: 26227, name: Binder:26201_3 >>> /syste…
105 06-15 19:57:40.674 26283 26283 F DEBUG : pid: 26246, tid: 26282, name: Binder:26246_5 >>> /syste…
[all …]