From 40ebe84b596649db1704717518fae47e36e8d1cf Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Thu, 28 May 2015 16:47:00 +0900 Subject: [PATCH] emulator: print args information immediately Change-Id: Ie468bb749405fcca606c559eb2d65615003f46c6 Signed-off-by: SeokYeon Hwang (cherry picked from commit edff86ef3c63900dfa9ecc111b6b4135026f592d) Signed-off-by: Sooyoung Ha --- tizen/src/emulator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen/src/emulator.c b/tizen/src/emulator.c index 302f2a4258..f5c38e5de2 100644 --- a/tizen/src/emulator.c +++ b/tizen/src/emulator.c @@ -191,6 +191,8 @@ static void print_options_info(void) fprintf(stdout, "%s ", _skin_argv[i]); } fprintf(stdout, "\n====================================================\n"); + + fflush(stdout); } #define PROXY_BUFFER_LEN 128 -- 2.34.1