From: jinhyung.jo Date: Thu, 6 Mar 2014 06:14:51 +0000 (+0900) Subject: Emulator : Enables host GL information to log file X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~467^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F17590%2F2;p=sdk%2Femulator%2Fqemu.git Emulator : Enables host GL information to log file Modified execution oder of the prepare feature. For the following reason, ECS intercept the log. Thus, changed to prepare the ECS after write GL information to the log file. Change-Id: I72afd76294ed5d78a8b9fc9ebff62600d04dadfa Signed-off-by: Jinhyung Jo --- diff --git a/tizen/src/emulator.c b/tizen/src/emulator.c index a6b7701e4e..45e7e97d2a 100644 --- a/tizen/src/emulator.c +++ b/tizen/src/emulator.c @@ -463,14 +463,14 @@ const gchar * prepare_maru_devices(const gchar *kernel_cmdline) g_strlcpy(maru_kernel_cmdline, kernel_cmdline, LEN_MARU_KERNEL_CMDLINE); - // Prepare basic features - prepare_basic_features(); - // Prepare GL acceleration #ifdef CONFIG_GL_BACKEND prepare_opengl_acceleration(); #endif + // Prepare basic features + prepare_basic_features(); + // Prepare host webcam prepare_host_webcam();