Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp294 int sdkdumpRet = RequestSdkDumpJson(pid, tid, isJson, timeout); in DoDumpCatchRemote() local
295 if (sdkdumpRet != static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_PASS)) { in DoDumpCatchRemote()
296 if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REPEAT)) { in DoDumpCatchRemote()
299 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REJECT)) { in DoDumpCatchRemote()
301 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_NOPROC)) { in DoDumpCatchRemote()
304 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_PROCESS_CRASHED)) { in DoDumpCatchRemote()

Completed in 2 milliseconds