Change notification method from synchronization to asynchronization 39/184939/2
authorlokilee73 <changjoo.lee@samsung.com>
Tue, 24 Jul 2018 10:41:57 +0000 (19:41 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Tue, 24 Jul 2018 11:08:57 +0000 (20:08 +0900)
commit54a7e2699c39fe10fd28fb57ba4cb32002bcf5e3
treefd84273426e2b7042912e515edc1fa88b660d6dc
parent6e28ff446f97a1c81c50b7574d0a4d6ec3b67e1f
Change notification method from synchronization to asynchronization
for battery and temperature

There was a bug that caused delayed boot-up issue because of media notification.
Basically, we don't have to wait until notification is finished.
The same bug can be protected by chaning notification way to asynchronization

Change-Id: I52c8bd9d752b2ed4178090fd6ecdc78b0a9a9a0d
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/apps/apps.c
src/apps/apps.h
src/battery/lowbat-handler.c
src/thermal/thermal.c