Exclude dlog fds from closing fds 02/299902/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 12 Oct 2023 01:03:39 +0000 (10:03 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 12 Oct 2023 01:03:39 +0000 (10:03 +0900)
commitd9aa291d89572b20e73004dfd0e8ec2be50264a4
treefdd1dd0698eba67032e0e1f7f35e0df5ed3fa263
parent327bfe7416c8092c799e03307353899e65f17b8d
Exclude dlog fds from closing fds

To print dlogs, the process pool checks whether the file descriptor is
dlog fd or not. And then, the dlog fds will be excluded from closing fds.

Change-Id: I86aee6554ec3ba7ad8cfbac395a84e75b629b52b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/process_pool.cc