[Title] fix build error
authorsyeon.hwang <syeon.hwang@samsung.com>
Fri, 16 Mar 2012 15:42:10 +0000 (00:42 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Fri, 16 Mar 2012 15:42:10 +0000 (00:42 +0900)
[Type]
[Module] Emulator/
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/emulator.c

index da37e0f..cf03876 100644 (file)
@@ -211,7 +211,7 @@ void prepare_maru()
 {
     INFO("Prepare maru specified feature\n");
 
-    sdb_setup(tizen_base_port);
+    sdb_setup();
 
     INFO("call construct_main_window\n");
 
@@ -233,7 +233,7 @@ int main(int argc, char* argv[])
 
     parse_options(argc, argv, &skin_argc, &skin_argv, &qemu_argc, &qemu_argv);
     extract_info(qemu_argc, qemu_argv);
-    set_log_path(logfile);
+//    set_log_path(logfile);
     INFO("Emulator start !!!\n");
     
     INFO("Prepare running...\n");