tree: e35e8d371707b9f2e860a61609a789f36f8163f0 [path history] [tgz]
  1. test_cases/
  2. analytics.cc
  3. analytics.h
  4. analytics_test.cc
  5. BUILD.gn
  6. command_line_options.cc
  7. command_line_options.h
  8. command_line_options_test.cc
  9. e2e_test.cc
  10. error.h
  11. log_parser.cc
  12. log_parser.h
  13. log_parser_test.cc
  14. main.cc
  15. OWNERS
  16. printer.h
  17. README.md
  18. symbolizer.h
  19. symbolizer_impl.cc
  20. symbolizer_impl.h
  21. 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.