We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca6aff commit 3947795Copy full SHA for 3947795
src/app/CommandHandler.cpp
@@ -944,7 +944,8 @@ CHIP_ERROR TestOnlyExtractCommandPathFromNextInvokeRequest(TLV::TLVReader & invo
944
case CommandHandler::NlFaultInjectionType::SkipSecondResponse:
945
return "Single InvokeResponseMessages. Dropping response to second request";
946
}
947
- VerifyOrDieWithMsg(false, DataManagement, "TH Failure: Unexpected fault type");
+ ChipLogError(DataManagement, "TH Failure: Unexpected fault type");
948
+ chipAbort();
949
950
951
} // anonymous namespace
0 commit comments