Home
last modified time | relevance | path

Searched defs:crash_time (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/client/tools/
H A Dcrash_handler.py205 crashed_pid, crash_time, uid, signal, hostname, exe = sys.argv[1:] variable
213 crashed_pid, crash_time, uid, signal, hostname, exe = (None, None, variable
/aosp_15_r20/system/extras/boottime_tools/bootanalyze/
H A Dbugreport_anayze.py190 def queue_crash(self, event, crash_time, crash_stacks, is_native_crash): argument