crash-manager: Do not force system to wait for crash-popup to complete 46/193646/5
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 22 Nov 2018 19:34:17 +0000 (20:34 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Tue, 4 Dec 2018 10:49:29 +0000 (10:49 +0000)
commit90533436899d8fb09cd880facb1fe6c61cba50bb
treedbb97a35af206100062b12b75f427012579616c4
parent93bfd1fea3fe36feead530837c1e305ce0af505b
crash-manager: Do not force system to wait for crash-popup to complete

Calling crash-popup is synchronous, meaning that call has to complete
for crash-manager to complete, releasing core pipe descriptor - which
allows another crash to be handled.

This commit releases the core pipe descriptor allowing another crash
to be handled before popup is shown.

Change-Id: Iea08efc6318960ee43bb5494eaff42636529ec17
src/crash-manager/crash-manager.c