Commit 6fdf6e22 authored by Sergiy Byelozyorov's avatar Sergiy Byelozyorov Committed by Commit Bot

[tools] Use a flag to ensure that we keep logs on timeout

R=machenbach@chromium.org

Bug: chromium:891314
Change-Id: Iaab09ac543b0928f6a81275f529df73949693c83
Reviewed-on: https://chromium-review.googlesource.com/c/1276425Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56630}
parent c41fb39a
......@@ -167,6 +167,7 @@ class _Driver(object):
env=env,
timeout=timeout,
retries=0,
ensure_logs_on_timeout=True,
)
return '\n'.join(output)
except device_errors.AdbCommandFailedError as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment