Remove logs making delay of IPC 99/283899/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 7 Nov 2022 04:47:24 +0000 (13:47 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 7 Nov 2022 05:03:14 +0000 (14:03 +0900)
commit6cd59da3b299299fa081e8cb306de95afdbcc807
tree77bb5176d99b2d0cc8cc4a458aee9479f723e3aa
parent5fdc322b21854c8d7117664abc0d1614a417b92a
Remove logs making delay of IPC

- Issue:
Sometimes, the IPC request from client is delayed.

- Solution:
By the priority of the process, app manager APIs can be delayed. Thus,
this patch removes some logs that needs to invoke app manager APIs.
Through this patch, the IPC requests will be invoked directly without
any delay.

Change-Id: I19feed1a444364da4f54a729b72ab562a5ea2865
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts_core.c