-
Notifications
You must be signed in to change notification settings - Fork 4
Home
gomathishankar37 edited this page Jun 2, 2026
·
4 revisions
Crashupload handles crash dump discovery, packaging, and upload on RDK platforms.
- Legacy shell path:
uploadDumps.sh->runDumpUpload.sh - C implementation path:
c_sourcecode/(binary:crashupload) - Unit tests:
unittest/(run_ut.sh) - Functional tests:
test/functional-tests/(run_l2.sh) - OpenSpec and migration docs:
openspec/,docs/migration/
Current dispatch in uploadDumps.sh is device-type dependent:
-
mediaclient: tries/usr/bin/crashuploadfirst, falls back to legacy; can be forced to legacy by/tmp/.legacy_crashuploader -
broadband: legacy path (runDumpUpload.sh) -
extender: legacy path (runDumpUpload.sh) - unknown type: legacy path
Build C binary:
./cov_build.shRun unit tests:
./run_ut.shBuild for L2 and run functional tests:
./cov_build.sh --l2-test
./run_l2.sh- Crashupload
- Crashupload - Compiled Code
- Crashupload - Script Method
- Configuration Guide
- Troubleshooting
- Workflows & Actions
As listed in CHANGELOG.md, latest version is 2.1.2.