mirror of
https://github.com/openharmony/distributed_camera.git
synced 2026-07-19 16:43:57 -04:00
modify abnormal state
Signed-off-by: chen0088 <chenmenghuan3@huawei.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user