[Tizen] Print backtrace when an exception occurs accepted/tizen/unified/20220531.143757 submit/tizen/20220527.062641
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 27 May 2022 01:54:06 +0000 (10:54 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 27 May 2022 01:54:08 +0000 (10:54 +0900)
This reverts commit 85ad59858bae5804f35ba682e42c828d0ec5519e.

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

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