Sign in
chromium
/
chromiumos
/
third_party
/
autotest
/
d2103cc4cedd79a8e3218028504cbc2df1d3d9f4
/
.
/
server
/
control_segments
/
crashdumps
blob: b5ebe787bfec323e62138c1043b4fe82df7884d2 [
file
] [
log
] [
blame
]
from
autotest_lib
.
server
import
crashcollect
def
crashdumps
(
machine
):
host
=
hosts
.
create_host
(
machine
,
initialize
=
False
,
auto_monitor
=
False
)
crashcollect
.
get_crashdumps
(
host
,
test_start_time
)
job
.
parallel_simple
(
crashdumps
,
machines
,
log
=
False
)