From: Seungho Baek Date: Wed, 10 Jul 2024 06:39:11 +0000 (+0900) Subject: [Tizen] Add release info log when core is terminated X-Git-Tag: accepted/tizen/8.0/unified/20240729.125326^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=859e7c1762ea01fe7cf7a7aca64de9b46d0ead3f;p=platform%2Fcore%2Fuifw%2Fdali-core.git [Tizen] Add release info log when core is terminated Change-Id: I1e6e59fd6caa7513a362b604d0caec870b4fde9c Signed-off-by: Seungho Baek --- diff --git a/dali/internal/common/core-impl.cpp b/dali/internal/common/core-impl.cpp index 04a51ec..1b819a5 100644 --- a/dali/internal/common/core-impl.cpp +++ b/dali/internal/common/core-impl.cpp @@ -142,6 +142,7 @@ Core::~Core() /* * The order of destructing these singletons is important!!! */ + DALI_LOG_RELEASE_INFO("Dali::Core is terminated.\n"); // clear the thread local storage first // allows core to be created / deleted many times in the same thread (how TET cases work).