From cbd4a38adc20b3cf2c24cbfcb664229c055ab5ba Mon Sep 17 00:00:00 2001 From: seungho Date: Thu, 9 Jun 2022 13:42:52 +0900 Subject: [PATCH] Revert "[Tizen] Print backtrace when an exception occurs" This reverts commit c59f247d347236232169a2c506e5e7316c4c6346. --- dali/public-api/common/dali-common.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dali/public-api/common/dali-common.cpp b/dali/public-api/common/dali-common.cpp index 218f084..486606a 100644 --- a/dali/public-api/common/dali-common.cpp +++ b/dali/public-api/common/dali-common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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,8 +23,6 @@ #include #include -#define BACKTRACE_ENABLED - #if defined(BACKTRACE_ENABLED) #if defined(__GLIBC__) #include -- 2.7.4