[Tizen] Print backtrace when an exception occurs accepted/tizen/unified/20220505.024852 submit/tizen/20220503.090411
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 08:09:27 +0000 (17:09 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 08:09:27 +0000 (17:09 +0900)
This reverts commit 4d9016824ba367c5a224e303494be5eecc00cf10.

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>