• A
    UBIFS: dump the stack on errors in failure mode too · ec068142
    Artem Bityutskiy 提交于
    When UBIFS is in the failure mode (used for power cut emulation testing) we for
    some reasons do not dump the stack in many places, e.g., in assertions.
    Probably at early days we had too many of them and disabled this to make the
    development easier, but then never enabled. Nowadays I sometimes observe
    assertion failures during power cut testing, but the useful stackdump is not
    printed, which is bad. This patch makes UBIFS always print the stackdump when
    debugging is enabled.
    Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
    ec068142
debug.h 19.5 KB