From: Eunki Hong Date: Tue, 4 Feb 2025 01:46:55 +0000 (+0900) Subject: Change VectorAnimationThread's thread name as VectorManagerThread X-Git-Tag: accepted/tizen/unified/20250205.095537~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=871872fc4e75e83f13a2d1fee11e40ec4be4ee04;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 --- diff --git a/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.cpp b/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.cpp index 640d6e1c6e..91a102ebba 100644 --- a/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.cpp +++ b/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.cpp @@ -230,7 +230,7 @@ void VectorAnimationThread::Finalize() /// VectorAnimationThread called void VectorAnimationThread::Run() { - SetThreadName("VectorAnimationThread"); + SetThreadName("VectorManagerThread"); mLogFactory.InstallLogFunction(); mTraceFactory.InstallTraceFunction();