Bug: 1067356
Change-Id: I8c22d44b774ece4135980d47df12bab4c9152dba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317860
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792855}
GitOrigin-RevId: 4b300f9af58b851a933ae2587999cb21f350a26e
This commit is contained in:
Stephen Roe 2020-07-29 20:39:41 +00:00 коммит произвёл Copybara-Service
Родитель dcfec8be20
Коммит c92da04791
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@ class EmuTarget(target.Target):
# Zircon sends debug logs to serial port (see kernel.serial=legacy flag
# above). Serial port is redirected to a file through emulator stdout.
# Unless runner_pogs are enabled, we output the kernel serial log
# If runner_logs are not enabled, we output the kernel serial log
# to a temporary file, and print that out if we are unable to connect to
# the emulator guest, to make it easier to diagnose connectivity issues.
temporary_log_file = None