mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
Description:modify dfx crash
Match-id-6194aaf57397f7bc261434cd873c0e7adf5713ca
This commit is contained in:
@@ -46,6 +46,11 @@ namespace {
|
||||
|
||||
bool HiDumper::HiDump(const std::vector<std::string>& args, std::string& result)
|
||||
{
|
||||
if (args.empty()) {
|
||||
DHLOGE("args is empty");
|
||||
return false;
|
||||
}
|
||||
|
||||
result.clear();
|
||||
int32_t argsSize = static_cast<int32_t>(args.size());
|
||||
for (int32_t i = 0; i < argsSize; i++) {
|
||||
|
||||
Reference in New Issue
Block a user