diff --git a/examples/apps/cli/main.c b/examples/apps/cli/main.c index d0c6be2dd..6e18b430e 100644 --- a/examples/apps/cli/main.c +++ b/examples/apps/cli/main.c @@ -142,7 +142,7 @@ pseudo_reset: #endif #if OPENTHREAD_CONFIG_PLATFORM_LOG_CRASH_DUMP_ENABLE - otPlatLogCrashDump(); + IgnoreError(otPlatLogCrashDump()); #endif while (!otSysPseudoResetWasRequested())