Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp355 int pidSize = (int)pidV.size(); in DumpCatchMultiPid() local
356 if (pidSize <= 0) { in DumpCatchMultiPid()
357 …XLOG_ERROR("%s :: %s :: param error, pidSize(%d).", DFXDUMPCATCHER_TAG.c_str(), __func__, pidSize); in DumpCatchMultiPid()
365 __func__, currentPid, currentTid, pidSize); in DumpCatchMultiPid()
372 for (int i = 0; i < pidSize; i++) { in DumpCatchMultiPid()