Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
a6154f87f4444b2ecbf9001ac8a0658dc6fc77cb
/
.
/
server
/
control_segments
/
crashinfo
blob: c80283257497ba6d47c58bcc6a649184603698e3 [
file
] [
log
] [
blame
]
from
autotest_lib
.
server
import
crashcollect
def
crashinfo
(
machine
):
host
=
hosts
.
create_host
(
machine
,
initialize
=
False
,
auto_monitor
=
False
)
crashcollect
.
get_crashinfo
(
host
,
test_start_time
)
job
.
parallel_simple
(
crashinfo
,
machines
,
log
=
False
)