[Tizen] Add release info log when core is terminated 27/314327/1 tizen_8.0
authorSeungho Baek <sbsh.baek@samsung.com>
Wed, 10 Jul 2024 06:39:11 +0000 (15:39 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Wed, 10 Jul 2024 06:47:45 +0000 (15:47 +0900)
Change-Id: I1e6e59fd6caa7513a362b604d0caec870b4fde9c
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
dali/internal/common/core-impl.cpp

index 04a51ec..1b819a5 100644 (file)
@@ -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).