projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520b408
)
[Tizen] Print backtrace when an exception occurs
accepted/tizen/unified/20220622.134103
submit/tizen/20220621.103041
submit/tizen/20220621.114826
author
tscholb
<scholb.kim@samsung.com>
Tue, 21 Jun 2022 06:33:30 +0000
(15:33 +0900)
committer
tscholb
<scholb.kim@samsung.com>
Tue, 21 Jun 2022 06:33:34 +0000
(15:33 +0900)
This reverts commit
780a9f625d35bcb5c79c39a5f8d3b5a2add11fd7
.
dali/public-api/common/dali-common.cpp
patch
|
blob
|
history
diff --git
a/dali/public-api/common/dali-common.cpp
b/dali/public-api/common/dali-common.cpp
index
486606a
..
218f084
100644
(file)
--- a/
dali/public-api/common/dali-common.cpp
+++ b/
dali/public-api/common/dali-common.cpp
@@
-1,5
+1,5
@@
/*
- * Copyright (c) 202
0
Samsung Electronics Co., Ltd.
+ * Copyright (c) 202
1
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>