Revert "[netboot] Use RawConn in NewLogListener"

This reverts commit 47262575d4e70ff4de73bf56d33fb22c58ec76cb.

Reason for revert: Seems to be responsible for loglistener issues
https://logs.chromium.org/logs/fuchsia/led/garymm_google.com/de85aba185f553fde989eee99640d31e87d9ff20d8ef15b85730999253c8de75/+/steps/collect/0/logs/Swarming_task_output:_Intel_NUC_Kit_NUC7i5DNHE/0

Change-Id: Iebf4dda9f9415a267ad4aff09ec84e6d3ab2ca14
1 file changed
tree: 0d8840e58b56828f49043b7c8bec648a8ad1a167
  1. bloaty/
  2. botanist/
  3. build/
  4. cache/
  5. cmd/
  6. color/
  7. digest/
  8. elflib/
  9. fastboot/
  10. gndoc/
  11. isatty/
  12. logger/
  13. mdns/
  14. netboot/
  15. ninjalog/
  16. pdu/
  17. qemu/
  18. resultstore/
  19. retry/
  20. runtests/
  21. secrets/
  22. serial/
  23. symbolize/
  24. tap/
  25. telnet/
  26. testrunner/
  27. testsharder/
  28. tftp/
  29. .gitignore
  30. go.mod
  31. go.sum
  32. LICENSE
  33. manifest
  34. PATENTS
  35. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"