commit | 05dfcaac8a9795b4e6634ad14a15899d8fb730b7 | [log] [tgz] |
---|---|---|
author | Gopichand Paturi <gopichandpaturi@gmail.com> | Tue Nov 05 01:59:27 2024 -0600 |
committer | Gopichand Paturi <gopichandpaturi@gmail.com> | Tue Apr 15 14:55:58 2025 -0500 |
tree | 281202c7d18db9d2a44783e95823b2a6243a5e20 | |
parent | 1bee03b8426b0f69ec3bae2fd6a4714f2b4a0678 [diff] |
dumpheader: Add default serial number in the header Whenever the serialNo is empty, use a default serial number (all zeroes) so that scripts/apps that decode the dump header would not throw errors. Use fetch_serial_number() so that default serialNo gets populated whenever the serialNo is empty. Verified that the default serial number is utilized. Change-Id: I0d9a8cc9e257ed0a852aaca5e6cb0c1833abd41e Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>