[Tizen] Print backtrace when an exception occurs accepted/tizen/unified/20220511.100048 submit/tizen/20220510.061312 submit/tizen/20220510.081954 submit/tizen/20220511.064024
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Tue, 10 May 2022 05:07:17 +0000 (14:07 +0900)
committerEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Tue, 10 May 2022 05:07:17 +0000 (14:07 +0900)
This reverts commit a111f7ee1ce464184ddd1765fb2ba0477a2f2f4b.

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>