display: Relocate SIGHUP handler 70/294870/4
authorYunhee Seo <yuni.seo@samsung.com>
Wed, 28 Jun 2023 02:12:33 +0000 (11:12 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 29 Jun 2023 04:56:37 +0000 (13:56 +0900)
commite54c6680644995b3a29c9f6d856fda0f2faed07b
treea54b6db1abf727e28860688216a554628468fd17
parent237c137c630e6738239b52c4adfd8b61eea03a0d
display: Relocate SIGHUP handler

When the deviced gets SIGHUP, display calls pm_save_logdump().
Move SIGHUP handler to the core because there is no reason for the same handler to exist
in the all plugins.

Change-Id: I794de3869520229ef87c8c6a4b4e3d3695d82214
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/core.c
plugins/mobile/display/core.c
plugins/tv/display/core.c
plugins/wearable/display/core.c
src/display/display.c