upload-elf-symbols
Description
Upload symbols from a tarball of binaries
Extracts the archive, finds the ELF files within it,
and uploads them to Memfault. Memfault will use symbol files
to process coredumps that have a matching Build Id.
Note: To specify a temporary directory to use for extracting the debug symbols,
use the TMPDIR environment variable (this command can use a significant amount
of space while it is running). Otherwise the default temporary location will
be used.
Options
Option | Short | Required | Default | Description |
--archive | -a | True | None | The path to the root filesystem image with ELF files built with debug symbols. Supported formats: .tar, .tar.bz2, .tar.gz, .tar.xz |
--concurrency | None | False | 8 | Max number of concurrent web requests |
--help | None | False | False | Show this message and exit. |