emul_state: cleaned-up bin path and log path
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 12 Aug 2015 07:50:07 +0000 (16:50 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 17 Aug 2015 08:25:54 +0000 (17:25 +0900)
commit3b8dffb16591e6d4a8c04e99416a2aaa8562b9ac
tree4227869798487b5ce702e20294b41ebc587b76c9
parente486c45e8c52c60f983632b53bc0a15a54e3746f
emul_state: cleaned-up bin path and log path

"bin_path" is stored in global variale.
"get_log_redirection_path()" provide *real* redirection path
that is aquired by system runtime information.
(In Windows, it works on WINVER > 0x600 - vista or newer - only.
Otherwise, it still provide assembled log path using legacy method.)

Change-Id: I24e04d3238a6a6727b025f51250d8646674b9662
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/emul_state.c
tizen/src/emul_state.h
tizen/src/emulator_common.h
tizen/src/emulator_options.h
tizen/src/skin/maruskin_operation.c
tizen/src/ui/menu/detailedinfodialog.cpp
tizen/src/util/osutil-darwin.c
tizen/src/util/osutil-linux.c
tizen/src/util/osutil-win32.c