[Tizen] Print backtrace when an exception occurs accepted/tizen/unified/20220429.003421 submit/tizen/20220426.044425 submit/tizen/20220426.051358 submit/tizen/20220427.060039
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 26 Apr 2022 01:44:22 +0000 (10:44 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 26 Apr 2022 01:45:14 +0000 (10:45 +0900)
This reverts commit 14676776439633d75fb8912f343f411d6de5a61a.

Change-Id: I2f3aac87040ae117b2c3e8a7de2c3ae2726f35a4

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>