Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp575 int pidSize = (int)pidV.size(); in DumpCatchMultiPid() local
576 if (pidSize <= 0) { in DumpCatchMultiPid()
577 DFXLOGE("%{public}s :: %{public}s :: param error, pidSize(%{public}d).", in DumpCatchMultiPid()
578 DFXDUMPCATCHER_TAG.c_str(), __func__, pidSize); in DumpCatchMultiPid()
585 DFXLOGD("%{public}s :: %{public}s :: cPid(%{public}d), cTid(%{public}d), pidSize(%{public}d).", in DumpCatchMultiPid()
587 __func__, currentPid, currentTid, pidSize); in DumpCatchMultiPid()
595 for (int i = 0; i < pidSize; i++) { in DumpCatchMultiPid()

Completed in 2 milliseconds