Skip to main content

Get Symbol File by Qualcomm ADK Build ID

GET 

/api/v0/organizations/:organization_slug/projects/:project_slug/symbols-by-qcomm-adk-build-id/:subsystem_id/:processor_id/:build_id_number

Download a previously uploaded ELF Symbol File given its Qualcomm ADK Build ID Number from files.memfault.com.

Subsystem IDs:

IDSubsystem
0Curator
1Host
2Bluetooth
3Audio
4Apps

TIP: By using the HTTP HEAD method instead of GET, you can check for the existence of a symbol file without actually downloading it.


Return Value

Returns the ELF symbol file binary on success, or 404 Not Found if no match.

Request

Responses

ELF symbol file

Response Headers