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:
| ID | Subsystem |
|---|---|
| 0 | Curator |
| 1 | Host |
| 2 | Bluetooth |
| 3 | Audio |
| 4 | Apps |
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
- 200
ELF symbol file