Revert "[Tizen] Print backtrace when an exception occurs"
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Tue, 10 May 2022 05:05:31 +0000 (14:05 +0900)
committerEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Tue, 10 May 2022 05:05:31 +0000 (14:05 +0900)
This reverts commit 2b6582355a641702eca8c919a6eb97e0c42bddf6.

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>