projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95dc2dd
)
emulator: print args information immediately
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 28 May 2015 07:47:00 +0000
(16:47 +0900)
committer
Sooyoung Ha
<yoosah.ha@samsung.com>
Thu, 20 Aug 2015 07:22:30 +0000
(16:22 +0900)
Change-Id: Ie468bb749405fcca606c559eb2d65615003f46c6
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit
edff86ef3c63900dfa9ecc111b6b4135026f592d
)
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
tizen/src/emulator.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator.c
b/tizen/src/emulator.c
index 302f2a425892f1390385f5dbaade2b46b41bbdcd..f5c38e5de29eceb9e84ce37e1e2394b3c67b0ff4 100644
(file)
--- 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