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:
f64ff3d
)
Revert "[Tizen] Print backtrace when an exception occurs"
author
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Fri, 27 May 2022 01:48:37 +0000
(10:48 +0900)
committer
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Fri, 27 May 2022 01:48:37 +0000
(10:48 +0900)
This reverts commit
c4fdd06b5c40cf636afb26435ca3e9c3b54c0565
.
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
218f084
..
486606a
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
1
Samsung Electronics Co., Ltd.
+ * Copyright (c) 202
0
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,8
+23,6
@@
#include <cstdio>
#include <string>
-#define BACKTRACE_ENABLED
-
#if defined(BACKTRACE_ENABLED)
#if defined(__GLIBC__)
#include <execinfo.h>