Dump id needs to be hex dump files

The dump ID is written as decimal in the dump files collected from SBE,
this needs to be in hexadecimal to display properly.

Change-Id: I9b2ab2fe3887992328f28c3fa7469add615d2a49
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
1 file changed
tree: f6bffb9f722e732b6d34558a03ce6e347a322dab
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .clang-format
  5. .gitignore
  6. .shellcheck-ignore
  7. checkstop_app.cpp
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
  13. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.