Change VectorAnimationThread's thread name as VectorManagerThread 61/319061/1
authorEunki Hong <eunkiki.hong@samsung.com>
Tue, 4 Feb 2025 01:46:55 +0000 (10:46 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Tue, 4 Feb 2025 01:46:55 +0000 (10:46 +0900)
commit871872fc4e75e83f13a2d1fee11e40ec4be4ee04
tree4baec14e55eb42807b51d68d84c993cba2021bd4
parent6b6c8c2c5de8cd3f227579e38b6cfe54902f3b87
Change VectorAnimationThread's thread name as VectorManagerThread

Since kernel log only print prefix of thread name only 15 characters,
We cannot check whether the problem comes from "VectorAnimationTask" or "VectorAnimationThread".
(The 15 prefix characters are both "VectorAnimation")

To avoid this case, let we change the name of VectorAnimationThread's thread name as
VectorManagerThread.

Change-Id: Ia09e1c974ad2645f7f7f16b3f62d0bcac7bcde35
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.cpp