[tools] Make symbolize parser more robust

symbolize makes an attempt to parse log lines that have
extra junk at the start. The mechanism for doing this was
naive. This change uses a regular expression to find the
start instead of onlyBefore.

Change-Id: I798234990fe09ecff33db289312056fe44f17165
1 file changed
tree: 66b9183dff959e61d1c32bfdc38ca512eece18e8
  1. cmd/
  2. gndoc/
  3. symbolize/
  4. .gitignore
  5. Gopkg.lock
  6. Gopkg.toml
  7. LICENSE
  8. manifest
  9. PATENTS
  10. 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"