Searched refs:thread_regex (Results 1 – 1 of 1) sorted by relevance
598 thread_regex = re.compile('^Thread ([0-9]+)([^:]*):(.*)') variable in TextCrashLogParser723 thread_state_match = self.thread_regex.search(line)732 thread_match = self.thread_regex.search(line)