willkg / symbol-scrapers

A bunch of scripts to scrape symbols from Linux distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symbol-scrapers

A bunch of scripts to scrape symbols from Linux distributions

Each scripts needs to be run in its own directory as it uses the current working directory to unpack and process debug-information.

Before running the scripts the following environment variables need to be set:

  • DUMP_SYMS - The path to the dump_syms tool, the version built as part of mozilla-central is currently required as the upstream Breakpad version lacks some important functionality
  • SYMBOLS_API_TOKEN - An API token for https://uploads.symbols.org
  • CRASHSTATS_API_TOKEN - An API token for https://crash-stats.mozilla.com, it needs the reprocess permission set in order to reprocess crashes

About

A bunch of scripts to scrape symbols from Linux distributions

License:Apache License 2.0


Languages

Language:Shell 100.0%