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:
53869e1
)
[Title] Add logging
author
syeon.hwang
<syeon.hwang@samsung.com>
Tue, 15 May 2012 08:23:31 +0000
(17:23 +0900)
committer
syeon.hwang
<syeon.hwang@samsung.com>
Tue, 15 May 2012 08:23:31 +0000
(17:23 +0900)
[Type]
[Module] Emulator/
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
tizen/src/emulator.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator.c
b/tizen/src/emulator.c
index e4b00e77c17a8f0e0eebe313cf4414b350a819f0..f1551cdf9a06547d6e78f71f85763d2f49836d21 100644
(file)
--- a/
tizen/src/emulator.c
+++ b/
tizen/src/emulator.c
@@
-367,6
+367,7
@@
int main(int argc, char* argv[])
INFO("qemu main start!\n");
qemu_main(qemu_argc, qemu_argv, NULL);
+ INFO("qemu main exit!\n");
exit_emulator();