Record debug information for each TTS playback 20/299020/3
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 18 Sep 2023 08:21:03 +0000 (17:21 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 25 Sep 2023 10:35:05 +0000 (19:35 +0900)
commit3b66c6b0e9223308c62c3588f27cc6be9aba3fa5
tree957dc9ff9606b9645e360c0825ffd38f9dfd369c
parent669beb47ccb0a195857e769ed02f23f085b821cb
Record debug information for each TTS playback

- Requirements:
The platform debugging tool wants to know the playback information for
each TTS requets if the debugger tool is run.

- Contents:
This patch adds new logic for recording the information about the TTS
playback. Through this patch, the platform level debugger tool can
access the information about playback.

Change-Id: I3245d49da8b7023eb7436f61311dfaa06d3f68a8
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/ttsd_server.c