Print warning messages 81/301381/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 15 Nov 2023 06:30:58 +0000 (15:30 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 15 Nov 2023 06:30:58 +0000 (15:30 +0900)
commit545552205ecbc8631f03fc13818abc5bad75d48d
tree36ef812122298bfaee83fb6a943eda5091acfc41
parent6a0b7fda92831fa6fca339aaf8b70553c1915446
Print warning messages

Currently, product developers are using the aul_app_get_status() API in
the aul_app_info_iter_fn callback function.
This behavior has an adverse effect on AMD latency.
This patch adds the output of a warning message to the developer when
the aul_app_get_status() API is used within the aul_app_info_iter_fn callback.
Whether or not to call the callback was processed using thread local storage.

Change-Id: Iacb5ff451775b340e88cbd39ca20ff845321a89d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/pkginfo.cc
src/status.cc