Skip to main content

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

OptionShortRequiredDefaultDescription
--archive-aTrueNone

The path to the root filesystem image with ELF files built with debug symbols.

Supported formats: .tar, .tar.bz2, .tar.gz, .tar.xz

--concurrencyNoneFalse8

Max number of concurrent web requests

--helpNoneFalseFalse

Show this message and exit.