Home
last modified time | relevance | path

Searched refs:sdkdumpRet (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp319 int sdkdumpRet = RequestSdkDumpJson(pid, tid, isJson, timeout); in DoDumpCatchRemote() local
320 if (sdkdumpRet != static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_PASS)) { in DoDumpCatchRemote()
321 if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REPEAT)) { in DoDumpCatchRemote()
324 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REJECT)) { in DoDumpCatchRemote()
326 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_NOPROC)) { in DoDumpCatchRemote()
329 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_PROCESS_CRASHED)) { in DoDumpCatchRemote()