tree: 911466c38af2afd29d8adf2c683bd24960ddf5e2 [path history] [tgz]
  1. test_cases/
  2. analytics.h
  3. BUILD.gn
  4. command_line_options.cc
  5. command_line_options.h
  6. command_line_options_test.cc
  7. e2e_test.cc
  8. error.h
  9. log_parser.cc
  10. log_parser.h
  11. log_parser_test.cc
  12. main.cc
  13. OWNERS
  14. printer.h
  15. README.md
  16. symbolizer.h
  17. symbolizer_impl.cc
  18. symbolizer_impl.h
  19. symbolizer_impl_test.cc
tools/symbolizer/README.md

Symbolizer

This is a C++ implementation of a Fuchsia log symbolizer. A symbolizer takes text logs as input, containing unsymbolicated stack traces indicated via a special Symbolizer markup format, and symbolizes them provided debug symbols.

E2E tests

E2E tests are disabled by default because they depend on the presence of //prebuilt/test_data/symbolizer/symbols, which is not downloaded by default. This could be done by jiri init -fetch-optional=symbolizer-test-data && jiri fetch-packages.

Once there are symbols, the E2E tests could be built by adding //tools/symbolizer:e2e_tests to args.gn and executed by fx test symbolizer_e2e_tests.