summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyunho <hhstark.kang@samsung.com>2018-04-23 13:25:21 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2018-04-23 04:26:23 +0000
commit23f4faa2e9e88cb3b3568492f86ca43b9b317107 (patch)
tree597bcb3549fbbd7cbe7bab7c5dfe0626be550198
parentbf76005d7c2f80920961795810db8fe687fee768 (diff)
downloadaul-1-23f4faa2e9e88cb3b3568492f86ca43b9b317107.tar.gz
aul-1-23f4faa2e9e88cb3b3568492f86ca43b9b317107.tar.bz2
aul-1-23f4faa2e9e88cb3b3568492f86ca43b9b317107.zip
Modify widget file log buf size
Change-Id: Ib82338fe825d21a087a79f0083e68240827194bb Signed-off-by: hyunho <hhstark.kang@samsung.com>
-rw-r--r--src/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index 4ee8b539..2aaea238 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -51,7 +51,7 @@ struct widget_cb_info {
};
#define WIDGET_LOG_BUFFER_SIZE 10000
-#define WIDGET_LOG_BUFFER_STRING_SIZE 128
+#define WIDGET_LOG_BUFFER_STRING_SIZE 256
static int __log_index;
static int __log_fd;