Searched refs:is_native_crash (Results 1 – 1 of 1) sorted by relevance
/system/extras/boottime_tools/bootanalyze/ |
D | bugreport_anayze.py | 190 def queue_crash(self, event, crash_time, crash_stacks, is_native_crash): argument 192 if is_native_crash: 201 is_native_crash = True 206 self.queue_crash(event, crash_time, crash_stacks, is_native_crash) 208 is_native_crash = True 221 self.queue_crash(event, crash_time, crash_stacks, is_native_crash) 223 is_native_crash = False
|