Revert "[Tizen] Print backtrace when an exception occurs"
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 08:08:21 +0000 (17:08 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 08:08:21 +0000 (17:08 +0900)
This reverts commit fc0f36cc2f9a308161d26120e8d2da38e2bb5f1f.

dali/public-api/common/dali-common.cpp

index 218f084..486606a 100644 (file)
@@ -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 <cstdio>
 #include <string>
 
-#define BACKTRACE_ENABLED
-
 #if defined(BACKTRACE_ENABLED)
 #if defined(__GLIBC__)
 #include <execinfo.h>