proc-monitor: Update window stack when updating app life cycle 61/296561/2
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 31 Jul 2023 07:27:36 +0000 (16:27 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Tue, 1 Aug 2023 06:34:33 +0000 (15:34 +0900)
commite1e2563f2eb63ff452c6c12d95430cb51c673654
tree3bed9d1727c65330ee6179a4757669e3d32210bc
parent77f9aa3f446c2fd0d07d5163dd30a2f3f37e1442
proc-monitor: Update window stack when updating app life cycle

Update window stack information when app life cycle is updated
to get the latest window stack information.

Window stack is dbus method call, so resourced doest not know
when window stack is updated. On the other hand, app life cycle update
can be caught by call back function. That is, resourced can catch
timing of window stack update using app life cycle

Change-Id: I626d338e7e45814449a899f2ed9ebf059e9a964a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
packaging/resourced.spec
src/CMakeLists.txt
src/process/proc-monitor.c