From 148c1248ededd97dc0cdf49d75d59e7ed83db267 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Wed, 8 Dec 2021 16:33:01 +0900 Subject: [PATCH] [Tizen] Print backtrace when an exception occurs Change-Id: I7857019045fbc7e837b3978bdf36d59c771f6f90 --- dali/public-api/common/dali-common.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dali/public-api/common/dali-common.cpp b/dali/public-api/common/dali-common.cpp index 486606a..218f084 100644 --- a/dali/public-api/common/dali-common.cpp +++ b/dali/public-api/common/dali-common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,8 @@ #include #include +#define BACKTRACE_ENABLED + #if defined(BACKTRACE_ENABLED) #if defined(__GLIBC__) #include -- 2.7.4