Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py190 def queue_crash(self, event, crash_time, crash_stacks, is_native_crash): argument
191 stacks = list(crash_stacks)
200 crash_stacks = []
205 if len(crash_stacks) > 0:
206 self.queue_crash(event, crash_time, crash_stacks, is_native_crash)
207 crash_stacks = []
209 crash_stacks.append(line)
215 crash_stacks.append(line)
220 if len(crash_stacks) > 0:
221 self.queue_crash(event, crash_time, crash_stacks, is_native_crash)
[all …]