projects
/
platform
/
core
/
uifw
/
headless-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c470af2
)
Enable dlog
32/317632/1
accepted/tizen_unified
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
tizen
accepted/tizen/unified/20250106.154434
accepted/tizen/unified/x/20250106.211626
accepted/tizen/unified/x/asan/20250113.002135
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 6 Jan 2025 06:49:53 +0000
(15:49 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 6 Jan 2025 06:49:53 +0000
(15:49 +0900)
Change-Id: I8fff9634ce551a2ca5fa05d47e3a69e33af84ea3
src/headless_server.c
patch
|
blob
|
history
diff --git
a/src/headless_server.c
b/src/headless_server.c
index 36d8a4be4113f0e04a0912991a5a7b438655a7e7..5328d3b9c3e6a8b10163f5d5f9c1bfb0ff01fc3b 100644
(file)
--- a/
src/headless_server.c
+++ b/
src/headless_server.c
@@
-124,10
+124,7
@@
main(int argc, char *argv[])
setvbuf(stdout, NULL, _IONBF, 0);
setvbuf(stderr, NULL, _IONBF, 0);
- if (getenv("HEADLESS_SERVER_DLOG_ENABLE")) {
- HS_TRACE("ds log will be written to dlog !\n");
- ds_log_init(DS_INF, handle_ds_log);
- }
+ ds_log_init(DS_INF, handle_ds_log);
if (!getenv("XDG_RUNTIME_DIR"))
setenv("XDG_RUNTIME_DIR", "/run", 1);