modify abnormal state

Signed-off-by: chen0088 <chenmenghuan3@huawei.com>
This commit is contained in:
chen0088
2022-06-22 10:20:34 +08:00
parent 32475cf12e
commit 34fccde050
2 changed files with 0 additions and 4 deletions
@@ -72,8 +72,6 @@ int32_t DcameraSinkHidumper::ProcessDump(const std::string& args, std::string& r
auto operatorIter = ARGS_MAP.find(args);
if (operatorIter != ARGS_MAP.end()) {
hf = operatorIter->second;
} else {
hf = HidumpFlag::UNKNOWN;
}
if (hf == HidumpFlag::GET_HELP) {
@@ -85,8 +85,6 @@ int32_t DcameraSourceHidumper::ProcessDump(const std::string& args, std::string&
auto operatorIter = ARGS_MAP.find(args);
if (operatorIter != ARGS_MAP.end()) {
hf = operatorIter->second;
} else {
hf = HidumpFlag::UNKNOWN;
}
if (hf == HidumpFlag::GET_HELP) {